SS
Size: a a a
SS
EG
НГ
EG
SS
.
VG
.
.
.
AP
AP
AP
AP
SJ
AP
SJ
ЮР
ЮР
ЮР
$query->whereIn('id', function($query) {
$query->select('category.podCategory')
->from('podCategory')
->where('podCategory.status', function($query) {
$query->where('podCategory.status', 'active');
});
});