@extends('auth-base') @section('title', 'Email Verification') @section('content') @push('styles') @endpush
Logo

Verify Your Email

Almost there! Please verify your email address.

We sent a verification link to your email address

@if (session('status') == 'verification-link-sent')
A new verification link has been sent to your email address.
@endif

Please check your inbox and click the verification link to activate your account.

Didn't receive the email? Check your spam folder or request a new one below.

@csrf
@csrf
Need help?

Verification Note:

You'll need to verify your email before accessing all features. The verification link expires after 24 hours.

@endsection