menu = config('menu'); } /** * Get the view/contents that represent the component. */ public function render(): View | string { return view('admin::components.menucomponent'); } }