@extends('nati.reports.index') @section('reports')
{{--
--}}
{{$report->render() }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @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()