belongsTo(User::class, 'user_id'); } // Quan hệ với bảng technicals public function technical() { return $this->belongsTo(Technical::class, 'technical_id'); } }