Detalhes do Cliente

Informações pessoais e assinaturas.

Voltar
Nome completo
{{ $client->attributes['name'] ?? 'N/A' }}
Email
{{ $client->attributes['email'] ?? 'N/A' }}
Documento
{{ $client->attributes['document'] ?? 'N/A' }}
Empresa
{{ $client->attributes['company_name'] ?? 'N/A' }}
Status
{{ ($client->attributes['is_active'] ?? false) ? 'Ativo' : 'Inativo' }}