Registrado el: {{ $client->created_at->format('d/m/Y H:i') }}
Nombre Completo
{{ $client->name }}
Teléfono / WhatsApp
@if($client->phone){{ $client->phone }}
@elseNo registrado
@endifCorreo Electrónico
@if($client->email){{ $client->email }}
@elseNo registrado
@endifDirección
@if($client->address){{ $client->address }}
@elseNo registrada
@endif