Phone Verification

Step 2 of 2
@if (auth()->user()->phone)

We've sent a verification code to {{ auth()->user()->phone }} via SMS and WhatsApp

@else

You need to add a phone number to your account before we can verify it

@endif
@if (session('status'))

{{ session('status') }}

@endif @if ($errors->any())

Verification failed. Please try again.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (auth()->user()->phone)
@csrf

Code expires in 30:00 minutes

Current phone number: {{ auth()->user()->phone }}

Didn't receive the code?

We've sent codes via SMS and WhatsApp

@csrf
@else
@csrf

Enter your phone number with country code (e.g. +1234567890)

@endif
Skip for now
Need help?
  • Make sure your phone has a good signal
  • Verify that your phone number is entered correctly with the country code
  • Check if your phone can receive SMS messages
  • Try using WhatsApp if SMS is not working
  • If you're still having issues, contact our support team