@php $cart = cart()->getCart(); $cartItemsCount = trans('shop::app.minicart.zero'); if ($cart) { $cartItemsCount = $cart->items->count(); } @endphp