@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.city_information') }}
{{__('auth.register.labels.name')}}
@include('includes.invalid', ['field'=> 'name'])
{{__('common.select_country')}}
@foreach($options['countries'] as $key => $code)
country_id ?? "") === $code->id ? 'selected' : '' }}>{{ $code->name }}
@endforeach
@include('includes.invalid', ['field'=> 'country_id'])
{{__('common.state')}}
@include('includes.invalid', ['field'=> 'state'])
{{__('common.status')}}
@foreach($options['status'] as $key => $name)
status??"") === $name ? 'selected' : '' }}>{{ __($name) }}
@endforeach
@include('includes.invalid', ['field'=> 'status'])
@push('body.end') @endpush