@extends('auth.layout.auth-main') @section('title', '| Forgot Password?') @section('content')

{{ __('Forgot Password?') }}

We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!

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

@endsection