@extends('layouts.admin') @section('page-header', 'Add Training') @section('styles') @endsection @section('content')
@csrf
@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

(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

(Maximum file size 2GB)


@endsection @section('scripts') @endsection