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