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