@extends('layouts.admin') @section('page-header', 'Page - Home') @section('content')

Introduction

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