belongsTo(PolicyProperty::class,'property_id'); } public function categorys() { return $this->belongsTo(Category::class,'c_id'); } }