Placeholders like {name}, {last_visit}, {vehicle} are replaced per recipient at send time.
| Client | Sent To | Status | Time | Error |
|---|---|---|---|---|
| {{ $log->client?->full_name ?? '—' }} | {{ $log->to }} | {{ ucfirst($log->status) }} | {{ $log->sent_at ? $log->sent_at->format('H:i, d M') : '—' }} | {{ $log->error_message ? Str::limit($log->error_message, 80) : '—' }} |