belongsTo(Service::class); } public function service_section_point(){ return $this->hasMany(ServiceSectionPoint::class); } }