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

Your account is under review

Thanks for signing up, {{ auth()->user()->name ?? 'there' }}! Your creator account is being reviewed by our team. This usually takes less than 24 hours.

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