@if(optional($form)->id) {{ __('common.edit') }} - {{ optional($form)->name }} @else {{ __('common.create') }} @endif
reply_all
{{ __('common.go_back') }}
@csrf
@if(optional($form)->id) @method('PUT') @else @method('POST') @endif
{{ __('common.country_information') }}
{{__('auth.register.labels.name')}}
@include('includes.invalid', ['field'=> 'name'])
{{__('common.dialing_code')}}
@include('includes.invalid', ['field'=> 'dialing_code'])
{{__('common.status')}}
@foreach($options['status'] as $key => $name)
status??"") === $name ? 'selected' : '' }}>{{ __($name) }}
@endforeach
@include('includes.invalid', ['field'=> 'status'])
@push('body.end') @endpush