{{$checkout['items'][0]['name']}}

{{money($checkout['price'] + $checkout['total_vat'], $checkout['currency'])}}{{-- + {{money($checkout['items'][0]['vat'])}}% VAT--}}

    @if($checkout['items'][0]['discount'])
  • Voucher Discount: -{{money($checkout['items'][0]['discount'], $checkout['currency'])}}
  • @endif
  • Total Price {{money($checkout['total_price'], $checkout['currency'])}}

{!! $checkout['items'][0]['description'] !!}