@extends('layouts.responsive') @section('title', 'Verify Phone Number') @section('meta') @endsection @section('content')

Verify Your Phone

We've sent a 6-digit code to
{{ auth()->user()->phone }}

@if(session('success'))
{{ session('success') }}
@endif @if(session('warning'))
{{ session('warning') }}
@endif
@csrf
@error('otp')

{{ $message }}

@enderror

Enter the 6-digit code sent to your phone

Didn't receive the code?

Wrong phone number? Start over

Why verify your phone?

Phone verification adds security and helps us notify you of important account activities.

@push('scripts') @endpush @endsection