@extends('frontEnd.layouts.master') @section('title', 'Forgot Password') @section('content')

Forgot Password?

Enter your phone number to receive an OTP code

@csrf
@error('phone') {{ $message }} @enderror
OR
@endsection @push('script') @endpush