belongsTo(\App\Models\Guru::class, 'wali_kelas_id'); } public function prestasis() { return $this->hasMany(Prestasi::class); } }