{{ $report->render()}} {{--@extends('nati.reports.index')--}} {{--@section('reports')--}} {{--
--}} {{--
--}} {{-- Relatório de Vendas--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($data['vendas'] as $venda)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach()--}} {{-- --}} {{--
CódigoProdutoNCMQuantidadeMedidaValor Total
{{$venda->idCodProduto}}{{$venda->stProduto}}{{$venda->nrNcm}}{{$venda->nrQuantidade}}{{$venda->stMedida}}R$ {{number_format($venda->vrTotal, 2, ',', '.')}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection()--}}