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