@extends('components.emails.header')
@section('title', 'Patient Profile Updated')
Hi Dr. {{ $adminDoctor->name }},
A patient profile has just been updated under your clinic on PRED Care.
Updated Patient Information:
- Name: {{ $patient->user->name }}
- Patient ID: {{ $patient->id }}
- Updated By: {{ $updatedBy->name }}
- Updated On: {{ $updatedAt->format('d/m/Y H:i') }}
- Fields Changed:
@foreach($changedFields as $field)
- {{ ucfirst(str_replace('_', ' ', $field)) }}
@endforeach
Please review the changes in your PRED Care dashboard for confirmation.
Login to PRED Care
Quick Access:
Help Center
Contact Support
Sincerely,
The PRED Care Team
@extends('components.emails.footer')