CORPGESTOR - Relatório de Clientes

Período: {{ $date_from }} a {{ $date_to }}

Total de Clientes: {{ $total }}
Clientes Ativos: {{ $active }}
@foreach($clients as $client) @endforeach
Nome Email 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') }}