{{ $config->business_name }}

REPORTE DE INVENTARIO

Fecha: {{ now()->format('d/m/Y') }}
Hora: {{ now()->format('h:i A') }}
Generado por: {{ Auth::user()->name }}
@foreach($categories as $category) @if($category->products->count() > 0)
{{ $category->name }}
@foreach($category->products as $product) @endforeach
Producto Sistema
{{ $product->name }} {{ number_format($product->stock, 2) }}
@endif @endforeach
Firma Responsable