belongsTo(User::class, 'id_mahasiswa'); } /** * Get the dosen pembimbing for the pengajuan. */ public function dosenPembimbing() { return $this->belongsTo(User::class, 'id_dosen_pembimbing'); } }