@extends('frame') @section('title', 'The Dash | Editing '. $editTitle) @section('main-content') @include('includes.editor') ADD ATTACHMENTS @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 LAYOUTS @foreach($views as $view) @if($view == $layout) {{$view}} @else {{$view}} @endif @endforeach TAGS {{$tags}} OPTIONS @include('includes.options') UPDATED {{$updated}} CREATED {{$date}} {{$editTitle}} {{$content}} @endsection @section('scripting') @endsection