belongsTo(Institute::class); } public function facilty(): BelongsTo { return $this->belongsTo(Facility::class); } }