@extends('backend.superadmin.index') @section('body')

Municipality List

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
Province
District
Type
@foreach($cities as $key=>$city) @endforeach
SN MNP/NP/Gaun Palika Type District Province Action
{{++$key}} {{$city->name}} {{$city->resident->name}} {{$city->district->name}} @if(isset($city->district->state->name)) {{$city->district->state->name}} @endif
@endsection