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

Nothing Found


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

{!! $countries->links() !!}