@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('radio'))
{{ $errors->first('radio') }}
@endif
@if ($errors->has('surface_sheet'))
{{ $errors->first('surface_sheet') }}
@endif
@if ($errors->has('mud_map'))
{{ $errors->first('mud_map') }}
@endif
@if ($errors->has('underwater_sheet'))
{{ $errors->first('underwater_sheet') }}
@endif
@if ($errors->has('photo_condition'))
{{ $errors->first('photo_condition') }}
@endif
@if ($errors->has('video_transect'))
{{ $errors->first('video_transect') }}
@endif
@if ($errors->has('photogrammetry'))
{{ $errors->first('photogrammetry') }}
@endif
@if ($errors->has('other'))
{{ $errors->first('other') }}
@endif
@if ($errors->has('marine'))
{{ $errors->first('marine') }}
@endif