Relátorio de Venda {{$data_inicial}}

@foreach($vendas as $key => $v) @foreach($v['itens'] as $i) @endforeach @endforeach
# TOTAL
{{$i->quantidade}} x {{$i->produto->nome}} {{$i->produto->unidade_venda}} x {{number_format($i->valor, 2)}} = R$ {{number_format(($i->quantidade * $i->valor), 2)}}
Venda: {{$v['id']}} - {{$v['data']}} {{number_format($v['total'], 2)}}

Total de vendas: {{$inc}}

Valor Total: R$ {{number_format($soma, 2)}}