@extends('layouts.master-without-nav') @section('title') OTP Verification @endsection @section('content')
Enter OTP

We sent an OTP to your phone number. Enter it below to verify your account.

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('otp') {{ $message }} @enderror
@endsection