Company Logo

🔔 Campaign Expiry Status Update

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']))

⚠️ Campaigns Expiring Soon (Within 30 Days)

These campaigns will expire soon. Please review and take necessary actions.
@foreach($data['to_expiry'] as $item) @endforeach
Customer ID Customer Campaign End Date Days Left
{{ $item['id'] }} {{ $item['title'] }} {{ $item['name'] }} {{ $item['iteration_end_date'] }} {{ $item['number_of_days'] }}
@endif

Thanks,
{{ config('app.name') }}