@extends ('backend.layouts.app') @section ('title', __('township::labels.backend.township.management')) @section('breadcrumb-links') @include('township::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content')

{{ __('township::labels.backend.township.management') }} {{ __('township::labels.backend.township.show') }}

{{ __('township::labels.backend.township.table.name') }} {{ $township->name }}
{{ __('township::labels.backend.township.table.city') }} {{ $township->city->name }}
@endsection @push('after-scripts') @endpush