{{ csrf_field() }}
{!! ($errors->has('title') ? $errors->first('title') : '') !!}
{!! ($errors->has('nav_title') ? $errors->first('nav_title') : '') !!}
{!! ($errors->has('slug') ? $errors->first('slug') : '') !!}
{!! ($errors->has('icon') ? ' '.$errors->first('icon') : '(optional)') !!}
{!! ($errors->has('body') ? $errors->first('body') : '') !!}
{!! ($errors->has('css') ? $errors->first('css') : '') !!}
{!! ($errors->has('js') ? $errors->first('js') : '') !!}
{!! ($errors->has('show_title') ? $errors->first('show_title') : '') !!}
{!! ($errors->has('show_nav') ? $errors->first('show_nav') : '') !!}