@extends('layouts.app') @section('title', 'SJL') @section('content')

Forgot Password

Enter your registered email address and you will get a link to reset your password.

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