@php $myRoute = $myRoute ?? []; $sellerZone = $myRoute['sellerZone'] ?? ''; $routeOptions = $myRoute['routeOptions'] ?? collect(); $selectedRoute = $myRoute['selectedRoute'] ?? ''; $searchTerm = $myRoute['searchTerm'] ?? ''; $routeClients = $myRoute['clients'] ?? null; $todayLabel = $myRoute['todayLabel'] ?? ''; @endphp
{{ $client->business_name ?: $client->name }}
@if($client->business_name && $client->business_name !== $client->name){{ $client->name }}
@endifCédula o NIT
{{ $client->document ?: '-' }}
Razón social
{{ $client->business_name ?: $client->name ?: '-' }}
Dirección
{{ $fullAddress ?: '-' }}
Teléfono
{{ $client->phone ?: '-' }}
Celular
{{ $client->mobile_phone ?: '-' }}
{{ $client->whatsapp ?: '-' }}
Correo
{{ $displayEmail ?: '-' }}