@extends('auth.layout') @section('auth_body')
{{--
Loading...
--}}
Forgot Password? 🔒
Enter your email to reset your password.
@if(session('status'))
{{ session('message') }}
@endif
@csrf
Email Address
Send new password
Back to login
@endsection