https://github.com/laravel/framework/blob/7.x/src/Illuminate/Http/RedirectResponse.php#L42
back() function returns RedirectResponse, and when you call with method from RedirectResponse - it flushes data to the session, hope it clarifies some things