modalHeading(fn () => CheerfulNotification::getByKey('actions.bulk.delete', ['entity' => $entity])) ->successNotification( CheerfulNotification::bulkDelete() ), ForceDeleteBulkAction::make() ->modalHeading(fn () => CheerfulNotification::getByKey('actions.bulk.force_delete', ['entity' => $entity])) ->successNotification( CheerfulNotification::bulkForceDelete() ), RestoreBulkAction::make() ->modalHeading(fn () => CheerfulNotification::getByKey('actions.bulk.restore', ['entity' => $entity])) ->successNotification( CheerfulNotification::bulkRestore() ), ]; } }