@extends('themes.basic.layouts.single') @section('noindex', true) @section('header_title', translate('Your Cart')) @section('title', translate('Your Cart')) @section('breadcrumbs', Breadcrumbs::render('cart')) @if ($cartItems->count() > 0) @section('header_v3', true) @endif @if (@$settings->item->support_status) @php $supportPeriods = supportPeriods(); @endphp @if ($supportPeriods->count() > 0) @section('container', 'container-custom') @endif @endif @section('content') @if ($cartItems->count() > 0)
{{ getAmount($cartTotal, 2) }}
{{ translate('Your cart is currently empty. Start adding items to make your shopping experience complete!') }}
@include('themes.basic.partials.browse-items-button')