{{ __('Your Cart') }}
@php $total = 0; @endphp @if (cartCountItem() != 0) @foreach (cartContentSideShow() as $item)
cart

{{ productLangConverter($item->id) }}

options->discount_parcent > 0) class="regular-price rscnRegularPrice" @else class="price" @endif > {{ currencyConverter($item->weight * $item->qty) }} @if ($item->options->discount_parcent > 0) {{ currencyConverter($item->price * $item->qty) }} @endif
-
+
@php $total += $item->price * $item->qty; @endphp @endforeach @else
empty-box

{{ __('Your Cart List Is Empty') }}

{{ __('Cart is empty. Please go to your home page for listing it.') }}

@endif

{{ __('Total') }}

{{ currencyConverter($total) }}

{{ __('Proceed To Checkout') }}
@push('post_script') @endpush