with('storageCount', 10); // Fetch the amount of items in storage $view->with('discountDesc', "20% reducere la chipsuri"); // Fetch the mall categories $view->with('categories', MallCategory::all()); } }