@extends('layouts.auth') @section('htmlheader_title') Forgot Password @endsection @section('content') @if (Session('status'))
@endif

Forgot Password

@csrf
@error('email') {{ $message }} @else Your email is required. @enderror
Cancel
@endsection