@canany(['state-edit','state-delete']) @endcanany @forelse ($states as $key=>$state) @canany(['state-edit','state-delete']) @endcanany @empty @endforelse
# Country NameAction
{{($key+1) + ($states->currentPage() - 1)*$states->perPage()}} {{ $state->country->name }} {{ $state->name }} @can('state-edit') @endcan @can('state-delete')
@method('DELETE') @csrf
@endcan

Nothing Found


Showing {{($states->currentpage()-1)*$states->perpage()+1}} to {{(($states->currentpage()-1)*$states->perpage())+$states->count()}} of {{$states->total()}} States

{!! $states->appends(['search_country'=>$search_country,'search_key'=>$search_key])->links() !!}