topLevel()->commentable?->commentableName() ?? 'Deleted...'; })->readonly(), MorphTo::make('Commentator')->types([ User::class, ]), Markdown::make('Original text'), Text::make('', function (CommentModel $comment) { if (! $url = $comment?->commentUrl()) { return ''; } return "Show"; })->asHtml(), Text::make('status', function(CommentModel $comment) { if ($comment->isApproved()) { return "