@extends('frontend.layouts.master') @section('style') @endsection @section('content')

Verify OTP

We send OTP code to {{auth('web')->user()->email}}

@csrf @method("PATCH")
@csrf
Skip now
@endsection @section('script') @endsection