{{ __('Please') }} {{ __('verify your email') }}

We sent a verification link to {{ auth()->user()?->email }}. Click it to unlock your dashboard.

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@csrf
Didn't get it? Check spam, or contact {{ config('mail.from.address') }}.