@extends('admin.layouts.app') @section('title', 'State') @section('content')
@foreach ($states as $index => $state) @endforeach
# Country State Status Action
{{ $index + 1 }} {{ $state->country?->Name }} {{ $state->Name }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush