@extends('default.layout') @section('content')
Produto | Tamanho de Pizza | Sabores | Adicionais | Status | Valor | Quantidade | Subtotal+adicional | Observação | |||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$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 |