| {{ __('Description') }} | {{ __('Unit price') }} | {{ __('Quantity') }} | {{ __('Total') }} |
|---|---|---|---|
| {{ $item['name'] }} @if($is_subscription) ({{ __('Subscription') }}) @endif | {{ $item['value'] }} | 1 | {{ $item['value'] }} |
| {{ __('Subtotal') }} | {{ $currency .' '. $subtotal }} | ||
| {{ __('Handling Fee') }} | {{ $currency .' '. $fee }} | ||
| {{ __('Tax') }} | {{ $currency .' '. $tax }} | ||
| {{ __('Discount') }} | {{ $currency .' '. $discount }} | ||
| {{ __('Total due') }} | {{ $currency .' '. $total_due }} |