@extends('default.layout') @section('content')
| # | Produto | Tamanho Pizza | Sabores | Adicionais | Status | Valor Total | Quantidade | Observação | Ações |
|---|---|---|---|---|---|---|---|---|---|
|
impresso == 0) checked @endif id="item_{{$i->id}}"/> |
{{$i->produto->nome}} | @if(!empty($i->tamanho)) @else @endif | @if(count($i->sabores) > 0) @else @endif | @if(count($i->itensAdicionais) > 0) @else @endif | @if($i->status) Entregue @else Pendente @endif | {{number_format($valorVenda, 2, ',', '.')}} | {{$temp->quantidade}} | Ver | @if(!$i->status) @endif |