@foreach($all_states as $state) @endforeach
{{__('ID')}} {{__('State')}} {{__('Country')}} {{__('Status')}} {{__('Action')}}
{{ $state->id }} {{ $state->state }} {{ optional($state->country)->country }}