https://laravel.com/docs/7.x/authentication dökümantasyonda tüm detaylar burada.

use Illuminate\Support\Facades\Auth;

if (Auth::check()) {
    // The user is logged in...
}