@if($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if($errors->has('mohajon_owner_setup_id'))
{{ $errors->first('mohajon_owner_setup_id') }}
@endif
@if($errors->has('kreta_setup_id'))
{{ $errors->first('kreta_setup_id') }}
@endif
@if($errors->has('amanot_address'))
{{ $errors->first('amanot_address') }}
@endif
@if($errors->has('amanot_setup_id'))
{{ $errors->first('amanot_setup_id') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if($errors->has('date_from'))
{{ $errors->first('date_from') }}
@endif
@if($errors->has('date_to'))
{{ $errors->first('date_to') }}
@endif