* User Switch Add the following routes ``` Route::get( 'admin/switch/start/{id}', 'UserController@user_switch_start' ); Route::get( 'admin/switch/stop', 'UserController@user_switch_stop' ); ```