@extends('layouts.admin') @section('page-header', 'Page - About') @section('styles') @endsection @section('content')

Researcher

@csrf
@if ($errors->has('researcher.description'))
{{ $errors->first('researcher.description') }}
@endif
@if ($errors->has('researcher.image'))
{{ $errors->first('researcher.image') }}
@endif @if ($researcherMediaPath = $content->valueForKey('researcher.media-path')) @else
No image uploaded yet!
@endif

Wreck Check

@csrf
@if ($errors->has('wreck_check.link'))
{{ $errors->first('wreck_check.link') }}
@endif
@if ($errors->has('wreck_check.description'))
{{ $errors->first('wreck_check.description') }}
@endif
@if ($errors->has('wreck_check.image'))
{{ $errors->first('wreck_check.image') }}
@endif @if ($wreckCheckMediaPath = $content->valueForKey('wreck-check.media-path')) @else
No image uploaded yet!
@endif

Links & Downloads

@csrf
@if ($errors->has('links.academia'))
{{ $errors->first('links.academia') }}
@endif
@if ($errors->has('links.divelog_article'))
{{ $errors->first('links.divelog_article') }}
@endif @if ($content->valueForKey('links.divelog-article.media-path')) @endif
@if ($errors->has('links.info_about'))
{{ $errors->first('links.info_about') }}
@endif @if ($content->valueForKey('links.info-about.media-path')) @endif
@if ($errors->has('links.une_consent'))
{{ $errors->first('links.une_consent') }}
@endif @if ($content->valueForKey('links.une-consent.media-path')) @endif
@if ($errors->has('links.wreck_check_consent'))
{{ $errors->first('links.wreck_check_consent') }}
@endif @if ($content->valueForKey('links.wreck-check-consent.media-path')) @endif
@if ($errors->has('links.guidance'))
{{ $errors->first('links.guidance') }}
@endif @if ($content->valueForKey('links.guidance.media-path')) @endif
@if ($errors->has('links.surface-sheet'))
{{ $errors->first('links.surface_sheet') }}
@endif @if ($content->valueForKey('links.surface-sheet.media-path')) @endif
@if ($errors->has('links.mud-map'))
{{ $errors->first('links.mud-map') }}
@endif @if ($content->valueForKey('links.mud-map.media-path')) @endif
@if ($errors->has('links.photo-condition-survey'))
{{ $errors->first('links.photo-condition-survey') }}
@endif @if ($content->valueForKey('links.photo-condition-survey.media-path')) @endif
@if ($errors->has('links.underwater-sheet'))
{{ $errors->first('links.underwater_sheet') }}
@endif @if ($content->valueForKey('links.underwater-sheet.media-path')) @endif
@if ($errors->has('links.video-and_photogrammetry'))
{{ $errors->first('links.video_and_photogrammetry') }}
@endif @if ($content->valueForKey('links.video-and-photogrammetry.media-path')) @endif
@if ($errors->has('links.photogrammetry-survey-sheet'))
{{ $errors->first('links.photogrammetry_survey_sheet') }}
@endif @if ($content->valueForKey('links.photogrammetry-survey-sheet.media-path')) @endif
@endsection