components([ Section::make(trans('admin/dashboard.sections.intro-first-node.heading')) ->icon(TablerIcon::Server2) ->iconColor('primary') ->collapsible() ->persistCollapsed() ->schema([ TextEntry::make('info') ->hiddenLabel() ->state(trans('admin/dashboard.sections.intro-first-node.content')), ]) ->headerActions([ Action::make('db_create-node') ->label(trans('admin/dashboard.sections.intro-first-node.button_label')) ->icon(TablerIcon::Server2) ->url(CreateNode::getUrl()), ]), ]); } }