Hello {{ $data['user_name'] }},
Role: {{ $data['role_label'] ?? 'Activity Owner' }}
Below is the summary of your project activities that require attention.
@if(! empty($data['overdue']))| Activity No | Customer ID | Customer | Type | Task | Estimated Completion | Days Overdue |
|---|---|---|---|---|---|---|
| {{ $item['activity_no'] }} | {{ $item['customer_id'] }} | {{ $item['customer'] }} | {{ $item['activity_type'] }} | {{ $item['task_description'] }} | {{ $item['estimated_completed_at'] }} | {{ abs($item['number_of_days']) }} |
| Activity No | Customer ID | Customer | Type | Task | Estimated Completion | Days Left |
|---|---|---|---|---|---|---|
| {{ $item['activity_no'] }} | {{ $item['customer_id'] }} | {{ $item['customer'] }} | {{ $item['activity_type'] }} | {{ $item['task_description'] }} | {{ $item['estimated_completed_at'] }} | {{ $item['number_of_days'] }} |
| Activity No | Customer ID | Customer | Type | Task | Estimated Completion | Days Left |
|---|---|---|---|---|---|---|
| {{ $item['activity_no'] }} | {{ $item['customer_id'] }} | {{ $item['customer'] }} | {{ $item['activity_type'] }} | {{ $item['task_description'] }} | {{ $item['estimated_completed_at'] }} | {{ $item['number_of_days'] }} |
Thanks,
{{ config('app.name') }}