@extends('relatorios.default') @section('content') @section('css') @endsection @if($local)
Local: {{ $local->info }}
Local: {{ $empresa->info }}
Total de registros: {{ sizeof($data)}}
| NCM | Produto | Unidade | Quantidade | Custo unitário | Custo total | |
|---|---|---|---|---|---|---|
| {{ $item['ncm'] }} | {{ $item['nome'] }} | {{ $item['unidade'] }} | {{ $item['quantidade'] ? $item['quantidade'] : '--' }} | {{ __moeda($item['custo_unuitario']) }} | {{ __moeda($item['sub_total']) }} | |
| Soma | {{ __moeda($soma) }} | |||||