I would like to have general home page and a different homepage for logged-in users I search a lot on google but I can\'t find what to put in my if statement
I t
The most simple solution I can think of is:
'home' ,'uses'=> $uses ));
Or you can just route the url / to method index() and do the Auth::check() in there.