//Typical way: @if(auth()->user()) // The user is authenticated. @endif //Shorter: @auth // The user is authenticated. @endauth