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)
| Producto |
Sistema |
@foreach($category->products as $product)
| {{ $product->name }} |
{{ number_format($product->stock, 2) }} |
@endforeach
@endif
@endforeach
Firma Responsable