@extends('layouts.auth-app') @push('style') @endpush @section('content')

Forgot Password

Enter the email address associated with your account and we'll send you a link to reset your password.

{{-- status message --}} @if (session('status')) {{ session('status') }} @endif
@csrf
@error('email') {{ $message }} @enderror
Back to Login
@endsection