ユーザーがモデレーターであるかどうかは、DBで直接確認できます: $isModerator = $post->subreddit->moderators()->where('user_id', $user->id)->exists();