user()->can('View:GeneralSettings'); } public function form(Schema $schema): Schema { return GeneralSettingsForm::configure($schema); } public function getSavedNotification(): ?Notification { return CheerfulNotification::update(); } }