@php $employeeName = $employee->full_name ?? 'Unknown Employee'; $contractorName = $contractor->name ?? 'Unknown Contractor'; @endphp Contractor Employee Marked Inactive

🚨 Contractor Employee Marked Inactive

Dear {{ $approver->name ?? 'Team Member' }},

The following contractor employee has been marked as Inactive:

Name {{ $employeeName }}
Contractor {{ $contractorName }}
Email {{ $employee->email ?? '—' }}
Status Inactive

Please review this change in the Contractor Employee Management section. If the deactivation was unintentional, you may reactivate the profile from the admin panel.

Regards,
{{ config('app.name') }} System


Automated system message. Do not reply directly.