@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('finance-read'))
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('finance-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Country State District City Area Name Area Pincode
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('finance-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('finance-delete')) @endif
@if($tabledata['status']) Active @else Inactive @endif
{{$tabledata['country_name']}} {{$tabledata['state_name']}} {{$tabledata['district_name']}} {{$tabledata['city_name']}} {{$tabledata['area_name']}} @if($tabledata['area_pincode']) {{$tabledata['area_pincode']}} @else NA @endif

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access

@endif @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection