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