@extends('layouts.app')
@section('content')
{!! $title !!}
@if (isset($instruction))
@include('video/instruction')
@endif
@if(isset($map_box))
@include('video.layout.map_box')
@else
{!! $content !!}
@endif
@if(!empty($messages))
@include('video.layout.opinion')
@endif
@endsection