@extends('layouts.mail') @section('title', 'Staff Account Update Notification – PRED Care') @section('content')

Hi {{ $staffName }},

Your staff account details at {{ $clinicName }} have been updated.

Account Information

Clinic Owner: {{ $ownerName }}

@if($assignedDoctor)

Assigned Doctor: {{ $assignedDoctor }}

@endif

Your Role: {{ $role }}

Access Level: {{ $accessLevel }}

@if(count($updatedModules))

Updated Permissions:

@endif

If you have any questions about these changes or need assistance, please contact your clinic administrator or our support team at support@predcare.in.

Best regards,
The PRED Care Team

This is an automated notification. Please do not reply to this email.

@endsection