MM
Size: a a a
MM
AP
AH
A
RK
RK
S
A
ДК
A
ДК
A
ЭБ
$query->withCount([
'comments' => function (Builder $query) {
$query->where([
['new', true]
]);
}])
->having('comments', '>', 0);
A
A
$query->withCount([
'comments' => function (Builder $query) {
$query->where([
['new', true]
]);
}])
->having('comments', '>', 0);
A
A
A
A
A