@foreach($data as $key => $item) @endforeach
NOME CATEGORIA VALOR DE VENDA VALOR DE COMPRA NCM CÓDIGO DE BARRAS CEST CST/CSOSN CST PIS CST COFINS CST IPI % RED BC ORIGEM CÓDIGO ENQ. IPI CFOP ESTADUAL CFOP OUTRO ESTADO CÓDIGO BENEFICIO UNIDADE ORIGEM GERENCIAR ESTOQUE %ICMS %PIS %COFINS %IPI CFOP ENTRADA ESTADUAL CFOP ENTRADA OUTRO ESTADO ESTOQUE ESTOQUE MÍNIMO REFERÊNCIA
{{ $item->nome }} {{ $item->categoria ? $item->categoria->nome : '' }} {{ $item->valor_unitario }} {{ $item->valor_compra }} {{ $item->ncm }} {{ $item->codigo_barras }} {{ $item->cest }} {{ $item->cst_csosn }} {{ $item->cst_pis }} {{ $item->cst_cofins }} {{ $item->cst_ipi }} {{ $item->perc_red_bc }} {{ $item->origem }} {{ $item->cEnq }} {{ $item->cfop_estadual }} {{ $item->cfop_outro_estado }} {{ $item->codigo_beneficio_fiscal }} {{ $item->unidade }} {{ $item->origem }} {{ $item->gerenciar_estoque }} {{ $item->perc_icms }} {{ $item->perc_pis }} {{ $item->perc_cofins }} {{ $item->perc_ipi }} {{ $item->cfop_entrada_estadual }} {{ $item->cfop_entrada_outro_estado }} {{ $item->estoque ? $item->estoque->quantidade : '0' }} {{ $item->estoque_minimo }} {{ $item->referencia }}