Countries

@forelse ($countries as $key => $country) @empty @endforelse
Sr. Name Status Action
{{$key+1}} {{$country->name}} {{$country->status == 1 ? 'Enabled' : 'Disabled'}} @if($country->status == 1) @else @endif
No record found
@if (count($countries) > 0)
{{ $countries->links('livewire.pagination') }}
@endif
@section('script') @endsection