Laravel di mana di kolom hubungan

Player::whereHas('roleplay', function($q){
   $q->where('column_name', 'value');
})->get();
Sore Skylark