{{ $evento->nombre }}
@if(count($comandas))
@else
@endif
| Producto | Cliente | Tipo | Medio | Precio | |
|---|---|---|---|---|---|
| {{ $comanda->producto->nombre }} | {{ $comanda->nombre }} | {{ $comanda->tipo->nombre }} | {{ $comanda->medio->nombre }} | @if($comanda->medio_id != 4)$ {{ number_format($comanda->total, 0, ',', '.') }} | @else$ {{ number_format($comanda->total, 0, ',', '.') }} | @endif
| Total | $ {{ number_format(0, 0, '', '.') }} | ||||
No Existen Registros