@php $est = $establishment ?? null; $logoData = $est ? \App\Helpers\LogoHelper::getLogoBase64(null, $est->id) : null; @endphp @if($logoData) Logo @endif

Reporte de Insumos

Listado general
Registros: {{ $records->count() }}
Fecha: {{ date('d-m-Y H:i') }}
Tel.: {{ optional($est)->telephone ?? 'N/A' }}
Email: {{ optional($est)->email ?? 'N/A' }}
@forelse($records as $index => $row) @empty @endforelse
# Cód. Interno Unidad Descripción Stock
{{ $index + 1 }} {{ $row->internal_id }} {{ $row->unit_type_id }} {{ $row->description }} {{ number_format((float)($row->stock ?? 0), 2, '.', '') }}
No hay insumos para mostrar.