@extends('frontend.layouts.app') @section('title', $title ?? 'Verify OTP') @push('style') @endpush @section('content')

Email Verification

We sent a 6-digit OTP to {{ auth()->user()->email }}

@csrf
@push('scripts') @endpush @endsection