Nuevo Contacto Recibido

Nombre
{{ $lead->name }}
Teléfono
{{ $lead->phone }}
Email
{{ $lead->email }}
Fecha de visita solicitada
{{ \Carbon\Carbon::parse($lead->visit_date)->format('d/m/Y H:i') }}
Mensaje
{{ $lead->message }}
Propiedad
#{{ $lead->property->code ?? $lead->property_id }} - {{ $lead->property->address ?? '' }}
Agente
{{ $lead->agent->name ?? '' }}