@include('admin.application_settings.sidebar')
{{ __('State') }}
| {{__('SL')}} | {{__('Name')}} | {{__('Country')}} | {{__('Action')}} |
|---|---|---|---|
| {{ $loop->iteration }} | {{$state->name}} | {{@$state->country->country_name}} |
{{$states->links()}}