Update {{ $howdoi->name }}
{!! Form::model($howdoi, ['route' => ['cms.howdois.update', $howdoi->id], 'files' => true, 'method' => 'PATCH']) !!}
@include('cms.howdois._form', ['submitButton' => "Update"])
{!! Form::close() !!}