Lista de Productos

Fecha: {{ now()->format('d/m/Y h:i A') }} | Registros: {{ count($products) }}
@foreach($products as $product) @endforeach
Producto (ID - Nombre - Laboratorio) Stock PVP
{{ $product->id }} - {{ $product->name }} ({{ $product->laboratory->name ?? 'N/A' }}) {{ number_format($product->stock_calculado ?? 0, 0) }} ${{ number_format($product->sale_price, 2) }}