{{ isset($plot->id) ? __('plots.title_edit') : __('plots.title_create') }}
{{ __('navigation.home') }}
{{ __('navigation.plots') }}
{{ isset($plot->id) ? __('navigation.edit') : __('navigation.create') }}
@csrf @isset($plot->id) @method('PUT') @endisset
{{ isset($plot->id) ? __('plots.title_edit') : __('plots.title_create') }}
{{ __('plots.plot_number') }}
{{ $errors->first('plot_number') }}
{{ __('plots.block') }}
{{ $errors->first('block') }}
{{ __('plots.location') }}
{{ $errors->first('location') }}
{{ __('plots.village_street') }}
{{ $errors->first('village_street') }}
{{ __('plots.ward') }}
{{ $errors->first('ward') }}
{{ __('plots.district') }}
{{ $errors->first('district') }}
{{ __('plots.city') }}
{{ $errors->first('city') }}
{{ __('plots.size') }}
{{ $errors->first('size') }}
{{ __('plots.price') }}
{{ $errors->first('price') }}