️V
Size: a a a
️V
V
AR
/etc/sudoers
и нет доступа к root, с ливсд только загружаться?AR
И
А
M
4
AH
AH
SG
AH
SG
MG
AH
@if($news->isNotEmpty() && $news->count() <= config('settings.news_per_page_max'))
@php($newsItems = $news->reverse())
@includeIf('news.templates.part_with_element_'.$news->count())
@endif
AH
@includeIf('news.templates.part_with_element_'.$news->count())
То есть есть шаблоны, например, 1, 2, 3, 4, ..., n+1 ?AH
AH
->where(function($query) use ($ids) {
if ($ids) {
$query->whereIn('id', $ids);
}
})
AH
->where(function($query) use ($ids) {
if ($ids) {
$query->whereIn('id', $ids);
}
})