Detalle Barra
@if(count($comandas))
@else
@endif
| Hora | Nombre | Cliente | Medio | Cantidad | Precio | |
|---|---|---|---|---|---|---|
| {{ date('H:i', strtotime($comanda->created_at)) }} | {{ @$comanda->producto->nombre }} | {{ $comanda->nombre }} | {{ $comanda->medio->nombre }} | {{ $comanda->cantidad }} | @if($comanda->medio_id != 4)$ {{ number_format($comanda->total, 0, ',', '.') }} | @else$ {{ number_format($comanda->total, 0, ',', '.') }} | @endif
| Total Cobrado | {{ $cantidadComandasPagas }} | $ {{ number_format($totalComandasPagas, 0, ',', '.') }} | ||||
| Total Free | {{ $cantidadComandasFree }} | $ {{ number_format($totalComandasFree, 0, ',', '.') }} | ||||
No Existen Registros