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

@if($image) @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('meta_tags')) {{ $errors->first('meta_tags') }} @endif
@push('js') @include('dashboard.inc._description_tinymce') @endpush