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

{{ __('Create Country') }}

{{ __('Edit Country') }}

{{-- 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