@extends('frame') @section('title', 'The Dash | Editing '. $title) @section('main-content') @if($feature == '') DRAG AND DROP FILES OR CLICK TO SELECT IMAGES AND VIDEO FILES @else DRAG AND DROP FILES OR CLICK TO SELECT IMAGES AND VIDEO @include('includes.media-list') FILES @include('includes.files-list') @endif TITLE {{$title}} TAGS {{$tags}} LAYOUTS @foreach($views as $view) @if($view == $layout) {{$view}} @else {{$view}} @endif @endforeach OPTIONS @include('includes.options') UPDATED {{$updated}} CREATED {{$date}} @include('includes.editor') {{$content}} @endsection @section('scripting') @endsection