@php $cartService = app(\App\Services\CartService::class); $cartCount = $cartService->getCartCount(); @endphp {{ $cartCount }}