• @{{ item.name }}
    {{ __('Price') }}: @{{ item.attributes.friendly_price }} {{ __('QTY') }}: @{{ item.quantity }}
@include('poscloud::pos.expedition')
{{ __('Cart is empty') }}! {{ __('Subtotal') }}: @{{ totalPriceFormat }}
{{ __('Delivery') }}: @{{ deliveryPriceFormated }}
{{ __('Applied discount') }}: @{{ deductFormat }}
{{ __('Total') }}: @{{ withDeliveryFormat }}

@if(in_array("coupons", config('global.modules',[])))

@endif