Hello {{ $data['user_name'] }},
Role: {{ $data['role_label'] ?? 'Assigned Person' }}
Below is the summary of your campaigns that require attention.
@if(! empty($data['to_expiry']))| Customer ID | Customer | Campaign | End Date | Days Left |
|---|---|---|---|---|
| {{ $item['id'] }} | {{ $item['title'] }} | {{ $item['name'] }} | {{ $item['iteration_end_date'] }} | {{ $item['number_of_days'] }} |
Thanks,
{{ config('app.name') }}