@extends('relatorios.default') @section('content') @if($data_inicial && $data_final)
| Data | Lucro PDV | Lucro venda Pedido NFe | Soma |
|---|---|---|---|
| {{$v['data']}} | {{number_format($v['valor_caixa'], 2, ',', '.')}} | {{number_format($v['valor'], 2, ',', '.')}} | {{number_format($v['valor'] + $v['valor_caixa'], 2, ',', '.')}} |
| Soma | R$ {{number_format($soma, 2, ',', '.')}} |
|---|