@if (isset($statistics) && $statistics)
{{ $categories->{$category_id}->name }} | @t('Qty') | @t('Total') | @foreach ($products as $product) @php $total += $product->total; @endphp
---|---|---|
@if ($categories->{$category_id}->extra->items == 1) {{ $categories->{$category_id}->name }} @else {{ $product->Product->name }} @endif | {{ $product->qty }} | {{ amount($product->total) }} |
@t('Total') | @t('Total: %s', amount($statistics->totals->net_amount)) |