genders = $genderRepository->getList([]); $this->categories = $categoryRepository->getList([]); // chunk $this->categories = collect($this->categories)->chunk(7); } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.layout.navbar-category'); } }