@if (count($state)>0)
@push('styles')
@endpush
@else
| # | @lang('Country Name') | @lang('State Name') | @lang('Status') | @lang('Edit') | @lang('Delete') |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$sta->country['name']}} | {{$sta->name}} | {{$sta->status == 1 ? 'Active':'Inactive'}} | @lang('Edit') | @lang('Delete') |
@lang('No Related Data Found.')
@endif