There is entity User that is stoted in table Users
User
Users
Some fields in this table are null by default.
I need to update these fields and se
Update the routing as per below
Route::patch('/users/update/{id}',[ 'uses' => 'UsersController@update' ]);