@extends('frontend.layouts.master') @section('style') @endsection @section('content') Verify OTP We send OTP code to {{auth('web')->user()->email}} @csrf @method("PATCH") Resend code @csrf Validate OTP Skip now @endsection @section('script') @endsection
We send OTP code to {{auth('web')->user()->email}}