@php use App\Services\CartService; $cartService = app(CartService::class); $items = $cartService->getItems(); $total = $cartService->getTotal(); $count = $cartService->getCount(); @endphp
Your cart is empty