| {{$p->nome}} {{$p->str_grade}} |
@if($p->unidade_venda == 'UNID' || $p->unidade_venda == 'UN')
{{number_format($p->quantidade)}} {{$p->unidade_venda}} |
@else
{{number_format($p->quantidade, 3, ',', '.')}} {{$p->unidade_venda}} |
@endif
R$ {{number_format($p->valor_compra, 2, ',', '.')}} |
{{number_format($p->percentual_lucro, 2)}}% |
R$ {{number_format($p->valor_venda, 2, ',', '.')}} |
R$ {{number_format($p->valor_venda*$p->quantidade, 2, ',', '.')}} |
R$ {{number_format($p->valor_compra*$p->quantidade, 2, ',', '.')}} |
{{$p->data_ultima_compra}} |
@endforeach