@extends('emails.layout') @section('content')

Account Recovery Request

Dear {{ $user->name }},

A request has been made to reset the password for your OptoCare Clinical Suite account. If this was you, please use the secure button below to establish a new credential key:

Reset Credentials

Note: This link will expire in 60 minutes. If you did not request this, please disregard this email and your password will remain unchanged.

If you're having trouble clicking the button, copy and paste the URL below into your web browser:

{{ $resetUrl }}

Stay Secure,
OptoCare Admin Terminal

@endsection