{{ csrf_field() }}
Cancel
@include('form/text', ['name' => 'name', 'placeholder' => 'Page Title'])
@if($errors->has('html'))
{{ $errors->first('html') }}
@endif