@foreach($this->items() as $item)
@if($item['quantity'] > 0)
{{ $item['quantity'] }}x {{ $item['product_key'] }}
{{ $item['total'] }}
@endif
@endforeach
{{ ctrans('texts.one_time_purchases') }}
{{ $this->oneTimePurchasesTotal() }}
{{ ctrans('texts.recurring_purchases') }}
{{ $this->recurringPurchasesTotal() }}
{{ ctrans('texts.total') }}
{{ $this->total() }}
@endif