@extends ('backend.layouts.app') @section ('title', __('township::labels.backend.township.management') . ' | ' . __('township::labels.backend.township.edit')) @section('breadcrumb-links') @include('township::includes.breadcrumb-links') @endsection @push('after-styles') {{ style("assets/plugins/select2/css/select2.min.css") }} {{ style("assets/plugins/select2/css/select2-bootstrap.min.css") }} @endpush @section('content') {{ html()->modelForm($township, 'PATCH', route('admin.township.update', $township->id))->class('form-horizontal')->open() }}