@extends('customAuth.master') @section('title','forget page') @section('content')

Forgot Your Password?

We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror

@endsection