hasMany(Anggota::class, 'kolat_id'); } public function pelatihs() { // Panggil relasi pivot, lalu sambungkan dengan scope isPelatih() return $this->belongsToMany(Anggota::class, 'kolat_pelatih', 'kolat_id', 'anggota_id') ->isPelatih(); } }