{{ __('Select target recipients, load a template or write custom text, and trigger campaign.') }}
| {{ __('ID / Name') }} | {{ __('Mobile') }} | {{ __('Dues') }} | {{ __('Action') }} |
|---|---|---|---|
|
{{ $recipient->customer_unique_id }}
{{ Str::limit($recipient->customer_name, 15) }}
@if($recipient->pppUser)
{{ $recipient->pppUser->username }}
@endif
|
{{ $recipient->mobile }} | {{ number_format($recipient->billing->due_amount ?? 0, 2) }} | @if($recipientGroup === 'specific') {{-- Trash can to remove from specific selection --}} @else {{-- X mark to exclude from general group --}} @endif |
| @if($recipientGroup === 'specific') {{ __('No recipients selected yet. Search and add above.') }} @else {{ __('No recipients match search or filters.') }} @endif | |||