@extends('relatorios.default') @section('content') @section('css') @endsection @if($local)
Local: {{ $local->nome }}
Total de registros: {{ sizeof($data)}}
| Produto | Categoria | Custo médio | Valor de venda | Quantidade | Data de cadastro | NCM |
|---|---|---|---|---|---|---|
| {{ $item['nome'] }} | {{ $item['categoria_nome'] }} | {{ __moeda($item['custo_medio']) }} | {{ __moeda($item['valor_unitario']) }} | {{ $item['quantidade'] ? $item['quantidade'] : '--' }} | {{ __data_pt($item['created_at']) }} | {{ $item['ncm'] }} |