@if($errors->has('marking_code'))
{{ $errors->first('marking_code') }}
@endif
{{ trans('cruds.parcel.fields.marking_code_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
{{ trans('cruds.parcel.fields.status_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
{{ trans('cruds.parcel.fields.description_helper') }}