Generated on: {{ date('F j, Y g:i A') }}
@if(!empty($filters))Filters Applied: @if(isset($filters['type'])) Type: {{ ucfirst($filters['type']) }} @endif @if(isset($filters['status'])) Status: {{ ucfirst($filters['status']) }} @endif @if(isset($filters['priority'])) Priority: {{ ucfirst($filters['priority']) }} @endif
@endif| Reference | Title | Type | Priority | Status | Target Audience | Delivery Method | Recipients | Acknowledged | Created | Sent At |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $communication->reference_number }} | {{ Str::limit($communication->title, 40) }} | {{ ucfirst(str_replace('_', ' ', $communication->communication_type)) }} | {{ ucfirst($communication->priority_level) }} | {{ ucfirst($communication->status) }} | {{ $communication->getTargetAudienceLabel() }} | {{ ucfirst(str_replace('_', ' ', $communication->delivery_method)) }} | {{ $communication->total_recipients ?? 0 }} | {{ $communication->acknowledged_count ?? 0 }} @if($communication->acknowledgment_rate) ({{ number_format($communication->acknowledgment_rate, 1) }}%) @endif | {{ $communication->created_at->format('M j, Y') }} | {{ $communication->sent_at ? $communication->sent_at->format('M j, Y') : 'N/A' }} |
| No communications found | ||||||||||