belongsTo('App\Models\ReceiptItem'); } public function services() { return $this->belongsToMany('App\Models\Service', 'categories_services'); } }