hasMany(Anggota::class, 'kolat_id'); } public function pelatihs() { return $this->belongsToMany(Anggota::class, 'kolat_pelatih', 'kolat_id', 'anggota_id')->withTimestamps(); } }