@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
@error('email')
@enderror

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