Rename
×
{!! Form::model(null, array('route' => ['store.title'], 'method' => 'GET' ) ) !!}
{!! Form::label('title', 'Title') !!} {{ Form::text('title', ' ', ['class' => 'form-control', 'id' => 'title-title']) }}
Rename
{!! Form::close() !!}