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