@extends('delivery.default') @section('content') @if(session()->has('message_sucesso'))
Produto | Valor | Quantidade | Subtotal | ||
---|---|---|---|---|---|
{{$i->produto->produto->nome}}
Adicionais:
@if(count($i->itensAdicionais)>0)
@foreach($i->itensAdicionais as $a)
{{$a->adicional->nome}}
@endforeach
@else
@endif
@if(count($i->sabores) > 0)
|
@if(count($i->sabores) > 0)
R${{number_format($maiorValor, 2)}} | @elseR${{number_format($i->produto->valor, 2)}} | @endifR${{number_format($total, 2, ',', '.')}} | ||
Total {{number_format($geral, 2, ',', '.')}} |