->with('user', $user)
->with('char', $char);
with() can only accessed with session
Session::get('user');
Session::get('char');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community