laravel, how to get the data saved in the session on the page
Create a user homepage view page, obtain the data saved in the Session on the page, and display the prompt "Welcome, xxx", where xxx is the user's name. Tip: You can use code similar to {{session('name')}} to display