{{ __('Districts') }}

List of District

@if(count($data) > 0) @php $i = 1; @endphp @foreach ($data as $val) @endforeach
Sr NO District Status Action
{{ $i++ }} {{ $val->district_name }} @if ($val->status == 1) Active @else Inactive @endif
@else

No any District found

@endif