Welcome to {{ env('APP_NAME') }}! 👋
Please sign-in to your account and start the adventure
@if (session('status') === 'email-verified')
Your email has been verified! You can now sign in to your account.
@elseif (session('status'))
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif