{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('alt_tag')) {{ $errors->first('alt_tag') }} @endif

@if($image) @endif
@push('js') @include('dashboard.inc._description_tinymce') @endpush