belongsTo(User::class,'id_user'); } public function estandars(){ return $this->belongsTo(Estandar::class,'id_estandar'); } }