| Sistema Cosmos — {{ $cab['nombre_sistema'] }} | Impreso: {{ date('d/m/Y H:i:s') }} | Pág. |
|
{{--
--}}
|
NOTA DE ENTREGA DE DOCUMENTOS
{{ $cab['nombre_sistema'] }}
|
Fecha: {{ \App\Helpers\FechaHelper::bdToLocal($cab['fecha_sistema']) }} Hora: {{ now('America/La_Paz')->format('H:i') }} |
| Urbanización: | {{ $urb->nombre ?? $nota->urbanizacion }} | Manzano/Lote: | {{ $nota->manzano }} / {{ $nota->lote }} |
| Cliente: | {{ $cliente->nombre ?? '—' }} | ||
| Receptor: | {{ $nota->entregado }} | ||
| N° | Documento | Estado |
|---|---|---|
| {{ $i++ }} | {{ $info['label'] }} | {{ $nota->$campo == 1 ? '✔ ENTREGADO' : '—' }} |
|
Entregado por:
{{ auth()->user()->nombre ?? 'Responsable' }}
|
Recibí conforme:
{{ $nota->entregado }}
|