|
@php
$est = $establishment ?? null;
$logoData = $est ? \App\Helpers\LogoHelper::getLogoBase64(null, $est->id) : null;
@endphp
@if($logoData)
|
Reporte de Productos y Servicios
{{ $reportLabel }}
Registros: {{ $records->count() }}
|
Fecha: {{ date('d-m-Y H:i') }} Tel.: {{ optional($est)->telephone ?? 'N/A' }} Email: {{ optional($est)->email ?? 'N/A' }} |
| CÓD. INTERNO | NOMBRE | DESCRIPCIÓN | STOCK | P.UNITARIO (VENTA) |
|---|---|---|---|---|
| {{ $row->internal_id }} | {{ $row->description }} | {{ $row->name }} | {{ number_format((float)($row->stock ?? 0), 0, '.', '') }} | $ {{ number_format((float)($row->sale_unit_price ?? 0), 2, '.', '') }} |
| No hay registros para mostrar. | ||||