@section('title', __('States'))

{{ __('Create State') }}

{{ __('Edit State') }}

{{-- Boundary Generator Component --}} {{-- details modal --}}
@if ($selectedModel != null)

{{ ucfirst($selectedModel->name) }}


{{-- map view of the counter boundaries --}}
@if ($selectedModel->boundaries)
@else
{{ __('No boundary data available') }}
@endif
@endif
@push('scripts') @endpush