@php $cart = cart()->getCart(); @endphp @if ($cart) @php $items = $cart->items; @endphp
{{ __('shop::app.checkout.cart.cart-subtotal') }} - {!! view_render_event('bagisto.shop.checkout.cart-mini.subtotal.before', ['cart' => $cart]) !!} @if (Webkul\Tax\Helpers\Tax::isTaxInclusive()) {{ core()->currency($cart->base_grand_total) }} @else {{ core()->currency($cart->base_sub_total) }} @endif {!! view_render_event('bagisto.shop.checkout.cart-mini.subtotal.after', ['cart' => $cart]) !!}