withSection('inner'); }); get('/', function() { if(Auth::check()) { return redirect('/lobby'); } return view('app') ->withSection('landing'); });