@if (isset($statistics) && $statistics && isset($statistics->items) && $statistics->items)
| {{ $categories->{$category_id}->name }} | @t('Qty') | @t('Total') |
|---|---|---|
| @if ($categories->{$category_id}->extra->items == 1) {{ $categories->{$category_id}->name }} @else {{ $product->product_name }} @endif | {{ $product->qty }} @if (mb_strlen($product->product_qty) > 0) / {{ $product->product_qty }} @endif | {{ amount($product->total, ['Currency' => oa($currency)]) }} |
| @t('Total Per Category:') | {{ $category_qty_total }} | {{ amount($category_total, ['Currency' => oa($currency)]) }} |
| @t('Total') | {{ $qty_total }} | @t('Total: %s', amount($total, ['Currency' => oa($currency)])) |