Período: {{ $date_from }} a {{ $date_to }}
| Nome | Telefone | Data Cadastro | Status | |
|---|---|---|---|---|
| {{ $client->name }} | {{ $client->email }} | {{ $client->phone ?? 'N/A' }} | {{ $client->created_at->format('d/m/Y') }} | {{ $client->is_active ? 'Ativo' : 'Inativo' }} |
Gerado em: {{ now()->format('d/m/Y H:i') }}