{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- --}}
{{--
--}}
PREVIEW
@if ($errors->has('content')) {{ $errors->first('content') }} @endif

{{ trans('messages.cancel') }}