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

Reset Password

Enter your email and we'll send a link to reset your password.

@include('auth.partials.help-links', [ 'title' => 'Need help recovering access?', 'description' => 'Use the auth guide for recovery basics or the troubleshooting page if the issue still feels broader than a reset link.', 'showLogin' => true, ])
@csrf
{{ __('Email Password Reset Link') }}
@endsection