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

Forgot Password

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