isAdmin()) { return true; } return DB::table('parent_player') ->where('parent_id', $user->id) ->where('player_id', $participant->player_id) ->exists(); } }