@extends('frontEnd.layouts.master') @section('title','Forgot Password Reset') @section('content') Forgot Password Verify @csrf OTP @error('phone') {{ $message }} @enderror Password @error('password') {{ $message }} @enderror submit @csrf Resend OTP @endsection @push('script') @endpush
Forgot Password Verify