| City/Municipality Name |
Province |
Is Capital |
Is HUC |
Details |
|
|---|---|---|---|---|---|
| {{ $c->city_municipality_name }} | {{ $c->province_name }} | {{ $c->is_capital == true ? 'Yes' : 'No' }} | {{ $c->is_highly_urbanized_city == true ? 'Yes' : 'No' }} |
City/Municipality Name: {{$c->city_municipality_name }} Province: {{$c->province_name }} Is Capital: {{ $c->is_capital == true ? 'Yes' : 'No' }} Is HUC: {{ $c->is_highly_urbanized_city == true ? 'Yes' : 'No' }} |
@if(Gate::allows('allow-delete','module-cities-municipalities')) @endif |
| NO DATA | |||||