| ID | Name | Status | |
|---|---|---|---|
| {{ $client->displayId }} | {{ $client->title }} {{ $client->name_first }} {{ $client->name_last }} | @if($client->email_address) {{ $client->email_address }} @else no email @endif | {{ $client->claim?->status?->display_name ?? '—' }} |
| No clients match the current filter. | |||
This will email {{ number_format($recipientCount) }} client{{ $recipientCount === 1 ? '' : 's' }}.
@if($recipientCount > 0){{ $sampleBodyText }}
@endif