{{ __('States') }} All

+ Add New
@foreach ($States as $State) @endforeach @if($States->links()) @endif
# Name Country Actions
{{$loop->index+1}} {{$State->name}} {{$State->Country->name}} 👁 Show 🖆 Edit
@csrf @method('delete')
{{ $States->links() }}