@extends('layouts.admin') @section('page-header', 'Update Training test') @section('styles') @endsection @section('content')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
type) == 'surface_sheet') ? 'checked' : ''}} value='surface_sheet' data-target-id="surface_sheet" name="radio" class="radioBtn">
type) == 'mud_map') ? 'checked' : ''}} value='mud_map' data-target-id="mud_map" name="radio" class="radioBtn">
type) == 'underwater_sheet') ? 'checked' : ''}} value='underwater_sheet' data-target-id="underwater_sheet" name="radio" class="radioBtn">
type) == 'photo_condition') ? 'checked' : ''}} value='photo_condition' data-target-id="photo_condition" name="radio" class="radioBtn">
type) == 'video_transect') ? 'checked' : ''}} value='video_transect' data-target-id="video_transect" name="radio" class="radioBtn">
type) == 'photogrammetry') ? 'checked' : ''}} value='photogrammetry' data-target-id="photogrammetry" name="radio" class="radioBtn">
type) == 'other') ? 'checked' : ''}} value='other' data-target-id="other" name="radio" class="radioBtn">
type) == 'marine') ? 'checked' : ''}} value='marine' data-target-id="marine" name="radio" class="radioBtn">

@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

(Maximum file size 2GB)


@endsection @section('scripts') @endsection