@extends($layout ?? 'layouts.admin') @section('content')
| Acciones | Identificación | Nombre del cliente | Zona | Transmitir | Estado |
|---|---|---|---|---|---|
| @svg('heroicon-o-eye', 'w-4 h-4') Ver | {{ $contact->nit ?? '-' }} | {{ \Illuminate\Support\Str::limit($contact->name, 55) }} | {{ $primaryZone ?: 'por asignar' }} | {{ $contact->transmit_status_label }} | {{ $contact->workflow_status_label }} |