@extends('layouts.auth-layout') @section('title', 'Forgotten Password') @section('content')

Forgot Password

Request a password reset link using your registered email address.

@if (session('success')) @endif @if(session('error')) @endif
@csrf
@endsection