@extends('layout.auth-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle : 'Forgot Password') @section('content')

Forgot Password

Enter your email address to reset your password
@csrf @if(Session::get('fail')) @endif @if(Session::get('success')) @endif
@error('email')
{{ $message }}
@enderror
OR
@endsection