comment = $comment; } public function markdownBody() { return Str::of($this->comment->body)->markdown([ 'html_input' => 'strip', ]); } public function relativeCreatedAt() { return $this->comment->created_at->diffForHumans(); } }