@extends('emails.layouts.master') @section('title', 'Reset Your Password') @section('content')

Password Reset Request

Dear {{ $user->full_name }},

We have received a request to reset the password for your EPDF Health System account.

If you initiated this request, click the button below to create a new password.

Reset My Password

For your security, this password reset link will expire in 60 minutes.

If you did not request this password reset, you may safely ignore this email. Your password will remain unchanged.


If the button above does not work, copy and paste the following link into your web browser.

{{ $resetUrl }}

@endsection