@php $cart = cart()->getCart(); $cartItemsCount = $cart ? $cart->items->count() : trans('shop::app.minicart.zero'); @endphp {{-- this is default content if js is not loaded --}}