@section('pageTitle','City/Municipality Detail')

City/Municipality Detail


General

General information for city/municipality.
City/Municipality Name*
@if($isedit == false)
{{ $city_municipality->city_municipality_name}}
@else @error('city_municipality.city_municipality_name') {{ $message }} @enderror @endif
Province*
@if($isedit == false)
{{ $city_municipality->province->province_name}}
@else @error('city_municipality.province_id') {{ $message }} @enderror @endif
Is Capital*
@if($isedit == false)
{{ $city_municipality->is_capital == true ? 'Yes' : 'No'}}
@else @error('city_municipality.is_capital') {{ $message }} @enderror @endif
Is Highly Urbanized City*
@if($isedit == false)
{{ $city_municipality->is_highly_urbanized_city == true ? 'Yes' : 'No'}}
@else @error('city_municipality.is_highly_urbanized_city') {{ $message }} @enderror @endif

@push('custom-scripts') @endpush