laravel errorexception undefined variable 3a session

Solutions on MaxInterview for laravel errorexception undefined variable 3a session by the best coders in the world

showing results for - "laravel errorexception undefined variable 3a session"
Emilie
18 Oct 2017
1$selected_deal = $req->session()->get('selected_deal'); 
2$selected_deal = session('selected_deal');