@extends('frame') @section('title', 'The Dash | Editing '. $title) @section('main-content')
@if($feature == '')
@else
@include('includes.media-list')
@include('includes.files-list')
@endif
TITLE
TAGS
LAYOUTS
OPTIONS @include('includes.options')
UPDATED {{$updated}}
CREATED {{$date}}
@include('includes.editor')
@endsection @section('scripting') @endsection