{{ __('States') }}
{{ __('Create State') }}
@forelse ($states as $state) {{ $state->name }}{{ $state->iso_2 }}{{ $state->country->name }} @empty @endforelse
{{ __('Actions') }}
{{ $states->links() }}
@if($addState) @include('state.create') @endif @if($updateState) @include('state.edit') @endif @if($deleteState) @endif