@extends('layouts.reports') @section('title', "Estoque Atual") @section('report_title', "Estoque em $date")) @section('contente')
# | Produto | Tamanho | Em estoque | Estoque MÃnimo |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->product }} | {{ $item->size }} | {{ $item->in_stock }} | {{ $item->minimum_stock }} |