comment; $result = Str::of($comment->content)->match('/(http:|https:)/'); if ($result == "") { $comment->allow(); } else { $comment->makePending(); } } }