Auth::check() is false in /routes/web.php, but the same condition in blade template gets true
Auth::check()
false
true
if (Auth::check()) {