belongsTo('App\Models\Shop\Package'); } public function scopeByPackage($query, $id) { return $query->where('package_id', $id); } }