{!! Form::text('title', null, [ 'class' => 'input-text', 'placeholder' => trans('backend.ph.title'), 'required' => true]) !!} @if(!old('content')) @if(isset($post)) {{ $post->content }} @endif @else {{ old('content') }} @endif
@lang('backend.messages.img_not_found')