Cantidad POS
Cantidad Online
Total
Cliente |
Referencia |
Subtotal |
Impuestos |
Total |
Pago |
Tipo |
---|---|---|---|---|---|---|
{{$order['name']}} |
{{$order['reference']}} |
{{$order['subtotal']}} |
${{number_format((float)$order['tax_total'])}} |
${{number_format((float)$order['total'])}} |
@if($order['pending'] > 0 && $order['is_pay'] === 'No') No @else Si @endif |
@if($order['type'] == 1) Online @elseif($order['type'] == 2) Online @elseif($order['type'] == 3) POS @endif |