@if($errors->has('property-status'))
{{ $errors->first('property-status') }}
@endif
@if($errors->has('property-category'))
{{ $errors->first('property-category') }}
@endif
@if($errors->has('property-layout'))
{{ $errors->first('property-layout') }}
@endif
@if($errors->has('property-document-status'))
{{ $errors->first('property-document-status') }}
@endif
@if($errors->has('property-type'))
{{ $errors->first('property-type') }}
@endif