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