belongsTo(VisaService::class); } public function visa_service_section_point(){ return $this->hasMany(VisaServiceSectionPoint::class); } }