where('status', 1); } public function scopeByCategory($query, $cate) { return $query->where('category', $cate)->order('sort_order', 'asc'); } }