Tabela 1: Leads Incontactáveis (total: {{ $incontactaveisCount }})
@if($incontactaveis !== false)| Data | Nome | Telefone | |
|---|---|---|---|
| {{ $customer->created_at }} | {{ $customer->nome }} | {{ $customer->email }} | {{ $customer->telefone1 }} |
Tabela 2: Clientes Interessados em Cartão de Crédito (total: {{ $cartoesCreditosCount }})
@if($cartoesCreditos !== false)| Data | Nome | Telefone | |
|---|---|---|---|
| {{ $customer->created_at }} | {{ $customer->nome }} | {{ $customer->email }} | {{ $customer->telefone1 }} |
Tabela 3: Clientes Interessados em Empréstimo (total: {{ $emprestimosCount }})
@if($emprestimos !== false)| Data | Nome | Telefone | |
|---|---|---|---|
| {{ $customer->created_at }} | {{ $customer->nome }} | {{ $customer->email }} | {{ $customer->telefone1 }} |
Tabela 4: Clientes Interessados em Financiamento (total: {{ $financiamentosCount }})
@if($financiamentos !== false)| Data | Nome | Telefone | |
|---|---|---|---|
| {{ $customer->created_at }} | {{ $customer->nome }} | {{ $customer->email }} | {{ $customer->telefone1 }} |
Tabela 5: Clientes Interessados em Outros Assuntos (total: {{ $outrosAssuntosCount }})
@if($outrosAssuntos !== false)| Data | Nome | Telefone | Assunto | |
|---|---|---|---|---|
| {{ $customer->created_at }} | {{ $customer->nome }} | {{ $customer->email }} | {{ $customer->telefone1 }} | {{ $customer->assuntoInteresseOutros }} |