{{ __('Talukas') }}

List of Taluka

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

No any Work Type found

@endif