@extends('storefront.layout') @section('title', 'Forgot Password — ' . ($settings->company_name ?? 'Shop')) @section('content')

Forgot your password?

Enter your email address and we'll send you a link to reset your password.

@if(session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

← Back to Sign In

@endsection