@section('title', 'Forgot Password') @php $title = 'Forgot Password'; @endphp {{ $title }}

User Forgot Password?

Enter your registered email Address to reset the password

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@section('page-script') @endsection