{{ isset($plot->id) ? __('plots.title_edit') : __('plots.title_create') }}
@csrf @isset($plot->id) @method('PUT') @endisset

{{ isset($plot->id) ? __('plots.title_edit') : __('plots.title_create') }}

{{ $errors->first('plot_number') }}
{{ $errors->first('block') }}
{{ $errors->first('location') }}
{{ $errors->first('village_street') }}
{{ $errors->first('ward') }}
{{ $errors->first('district') }}
{{ $errors->first('city') }}
{{ $errors->first('size') }}
{{ $errors->first('price') }}