AY
Size: a a a
AY
ЛА
S
ПА
ЛА
ЛА
ПА
Book::where('is_published', true)
->whereHas('info', function($info) {
$info->has('image')->orderBy('year', 'desc');
})->take($viewCount)
->get();
S
ЛА
ПА
ПА
ЛА
ПА
ЛА
ПА
Book::where('is_published', true)
->whereHas('info', function($info) {
$info->has('image')
})->take($viewCount)
->orderBy('year', 'desc'); // т.е. тут надо info
->get();
ЛА
ПА
ПА
M