$request->input('by_rows') ?? false, 'shelves' => Articles::getArticlesByHomepage(), 'text' => Contents::getHomepage(), 'tags' => TagGroups::getWithTagsAndCountOffers(), 'no_filter' => true, ]; return view('Shop.home', $data); } }