@extends("front.layout.master") @section('title','Forget Password ?') @section('body') @php require_once(base_path().'/app/Http/Controllers/price.php'); @endphp
@csrf

Reset Your Password

@if (session('status')) @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('script') @endsection