@include('auth.essentials.header')
@if(session('status')) @endif
@include('auth.essentials.logo')

Forgot Password? 🔒

Enter your email and we'll send you instructions to reset your password

@csrf
@error('email') {{ $message }} @enderror
@include('auth.essentials.back-to-login')
@include('auth.essentials.scripts')