xxxxxxxxxx
Route::get('destory', function () {
session()->forget(['user']);
return redirect('session_get');
});
xxxxxxxxxx
# ref: https://laravel.io/forum/02-06-2014-session-destroy
Session::forget('yourKeyGoesHere') // Removes a specific variable