@extends('themes.public.'.setting('active_public_theme').'.layouts.default') @section('content')

Checkout

@if(count($items) > 0)
@if($module === 'store') @endif @php $desc_title = __('payments.product_service_name'); if($module === 'booking_memberships' OR $module === 'memberships' OR $module === 'meeting_rooms') $desc_title = __('payments.reservation_details'); if($module === 'events') $desct_title = __('payments.event_details'); @endphp @if($discounts) @endif @if($module !== 'store' OR $total_vat > 0) @endif @if($module === 'store') @if(setting($module.'_product_shipping')) @endif @endif @php $i = 0; @endphp @foreach($items as $item) @if($i === 0) @if(setting('multihub') && isset($item['hub_id'])) @endif @endif @if($module === 'store') @endif @if($shipping) @else @endif @if($discounts) @if($item['discount'] > 0) @else @endif @endif @if($module !== 'store' OR $total_vat > 0) @endif @if($module === 'store') @if(setting($module.'_product_shipping')) @endif @endif @php $i++; @endphp @endforeach @php $extended = ''; $summary_shippings = ($module === 'store' && !setting($module.'_product_shipping')) ? TRUE : FALSE; if($summary_shippings) $extended = 'shippings-summary-container'; @endphp
{{__('payments.actions')}}{{$desc_title}} {{__('payments.quantity')}} {{__('payments.price')}}{{__('payments.checkout_discount')}}{{__('payments.vat')}}{{__('payments.shipping')}}{{__('payments.subtotal')}}
{!!$item['name']!!}
{!!$item['description']!!}
1 to max order
{{__('payments.quantity')}}
{{$item['qty']}}
{{__('payments.price')}}
{{$currency->symbol}}{{number_format($item['price'],2)}}
{{__('payments.checkout_discount')}}
-{{$currency->symbol.number_format($item['discount'],2)}}
{{__('payments.checkout_discount')}}
N/A
{{__('payments.vat')}}
{{$currency->symbol}}{{number_format((($item['qty'] * $item['price']) * $item['vat_rate']) / 100,2)}} ({{$item['vat_rate']}}%)
{{__('payments.shipping')}}
{{$currency->symbol}}{{number_format($item['shipping'],2)}}
{{__('itemsubtotal')}}
{{$currency->symbol}}{{number_format($item['qty'] * $item['price'],2)}}
{{__('payments.subtotal')}}
{{$currency->symbol}}{{number_format($subtotal,2)}}
@if($discounts)
{{__('payments.discounts')}}
- {{$currency->symbol}}{{number_format($total_discounts,2)}}
@endif @if($shipping)
{{__('payments.shipping')}}
@if($summary_shippings) @php $sh = new Shipping(); $sh = $sh->where('active','yes')->get(); @endphp @if($sh->exists()) @endif @endif {{$currency->symbol}}{{number_format($total_shipping,2)}}
@endif @if($module !== 'store' OR $total_vat > 0)
{{__('payments.vat')}}
{{$currency->symbol}}{{number_format($total_vat,2)}}
@endif
{{__('payments.total')}}
{{$currency->symbol}}{{number_format($total,2)}}
@if($module === 'store' && !$free_of_charge)
{{__('payments.i_agree_to_the')}} {{__('payments.terms_conditions')}}
@endif
@else

{{__('payments.empty_cart')}}

{{__('payments.continue_shopping')}}
@php $back_link = (isset($_SERVER['HTTP_REFERER'])) ? $_SERVER['HTTP_REFERER'] : url(''); @endphp {{__('payments.go_back')}}
@endif
{{__('payments.billing_info')}}
@php $fn = /*$company_admin*/false ? __('payments.company') : __('core.first_name'); @endphp
@if(/*$company_admin*/false) @else
@endif
@if(/*!auth()->check()() && !$order_id*/false) @endif
@if(/*$module === 'booking_memberships' && !auth()->user()*/false)
@endif @if(/*$shipping*/false)
@endif
@if(!auth()->user())
@endif
@if(/*$shipping*/false)
{{__('payments.shipping_info')}}
@if(/*$company_admin*/false) @else @endif
@endif