{!! Form::model($company, ['method' => 'PATCH', 'action' => ['CompanyController@update', $company->id], 'id' => 'fm_company', 'class' => 'form-horizontal', 'role' => 'form']) !!} {!! Form::hidden('id', null, ['id' => 'id']) !!}