total_count = count(CartManagement::getCartItemsFromCookie()); } #[On('update-cart-count')] public function updateCartCount($total_count) { $this->total_count = $total_count; } public function render() { return view('livewire.partials.navbar'); } }