@extends('default.layout') @section('content')
# | Produto | Tamanho de Pizza | Sabores | Adicionais | Status | Valor | Quantidade | Subtotal+adicional | Observação | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
impresso == 0) checked @endif id="item_{{$i->id}}" /> |
{{$i->produto->nome}} | @if(!empty($i->tamanho)){{$i->tamanho->nome}} | @else-- | @endif @if(count($i->sabores) > 0)@foreach($i->sabores as $key => $s) {{$s->produto->produto->nome}} @if($key < count($i->sabores)-1) | @endif @endforeach | @else-- | @endif @if(count($i->itensAdicionais) > 0)@foreach($i->itensAdicionais as $key => $a) {{$a->adicional->nome}} @if($key < count($i->itensAdicionais)-1) | @endif @endforeach | @else-- | @endif@if($i->status) brightness_1 @else brightness_1 @endif | {{number_format($valorVenda, 2, ',', '.')}} | {{$temp->quantidade}} | {{number_format((($valorVenda * $i->quantidade) + $somaAdicionais), 2, ',', '.')}} | observacao)) disabled @endif > message |
Produto | Quantidade | Valor | Data de Inserção | Data de Remoção |
---|---|---|---|---|
{{$r->produto}} | {{number_format($r->quantidade, 2)}} | {{number_format($r->valor, 2)}} | {{$r->data_insercao}} | {{ \Carbon\Carbon::parse($r->updated_at)->format('d/m/Y H:i:s')}} |