@extends('layouts.guest') @section('content')

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

{{ __('We get it, stuff happens. Just enter your email address below and we will send you a link to reset your password!') }}

@csrf @if (session('errors') && count($errors) > 0) @endif @if(session('status')) @endif
@error('email')
@enderror

@if (Route::has('register')) @endif @if (Route::has('login')) @endif
@endsection