@auth
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->email }}
@endauth

Your account is under review

@auth Thanks for signing up, {{ auth()->user()->name }}! @else Thanks for signing up! @endauth Our team is verifying your account. This usually takes less than 24 hours.

Account created Your details have been submitted successfully.
2
Under review Our team is verifying your information.
3
Access granted You'll be able to log in and view your dashboard.
@auth We'll email you at {{ auth()->user()->email }} once approved. @else We'll email you once your account is approved. @endauth Check your spam folder if you don't hear back within 24 hours.
@csrf