{!! Form::model($user, [ 'class' => 'form-horizontal', 'action' => $user->exists ? ['UserController@update', $user->id] : 'UserController@store', 'method' => $user->exists ? 'PUT' : 'POST' ]) !!}