cara memeriksa apakah ada pengguna laravel yang diautentikasi
if (Auth::check()) { // The user is logged in... }
Uptight Unicorn
if (Auth::check()) { // The user is logged in... }