@extends('layouts.app') @section('styles') @endsection @section('content')

New Post

@include('flash::message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('radio')) {{ $errors->first('radio') }} @endif


(Maximum file size 2GB)

@if ($errors->has('surface_sheet')) {{ $errors->first('surface_sheet') }} @endif

(Maximum file size 2GB)

@if ($errors->has('mud_map')) {{ $errors->first('mud_map') }} @endif

(Maximum file size 2GB)

@if ($errors->has('underwater_sheet')) {{ $errors->first('underwater_sheet') }} @endif

(Maximum file size 2GB)

@if ($errors->has('photo_condition')) {{ $errors->first('photo_condition') }} @endif

(Maximum file size 2GB)

@if ($errors->has('video_transect')) {{ $errors->first('video_transect') }} @endif

(Maximum file size 2GB)

@if ($errors->has('photogrammetry')) {{ $errors->first('photogrammetry') }} @endif

(Maximum file size 2GB)

@if ($errors->has('other')) {{ $errors->first('other') }} @endif

(Maximum file size 2GB)

@if ($errors->has('marine')) {{ $errors->first('marine') }} @endif

@endsection @section('scripts') @endsection