{{ __("Authenticated?") }}

{{-- Task: add a condition to show correct text --}} {{-- If user is logged in, show their email --}} @auth Yes, I am logged in as {{ Auth::user()->email }}. @endauth @guest No, I am not logged in. @endguest