@if($errors->has('area'))
{{ $errors->first('area') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('mohajon_setup_id'))
{{ $errors->first('mohajon_setup_id') }}
@endif
@if($errors->has('date_from'))
{{ $errors->first('date_from') }}
@endif
@if($errors->has('date_to'))
{{ $errors->first('date_to') }}
@endif
@if($errors->has('purchase_id'))
{{ $errors->first('purchase_id') }}
@endif