@if(!empty($ad[4]))
{!! $ad[4] !!}
@endif
@if ($settings['article_boxes_on_home_page'] == '1')
@include('frontend::inc.partials', ['type' => '2'])
@endif
@include('frontend::inc.partials', ['type' => '1'])
What do you care about?
Search
PICK ONE TO ENCOURAGE
@if($categories->isEmpty())
@lang('general.no_category_added')
@endif
@foreach ($featured_links as $link)
@if(empty($link->image))
@php $link->image='no_image.png'; @endphp
@endif
@endforeach
@foreach ($categories_home as $category)
@if(empty($category->image))
@php $category->image='no_image.png'; @endphp
@endif
@endforeach
@if ($settings['article_boxes_on_home_page'] == '2')
@include('frontend::inc.partials', ['type' => '2'])
@endif
@if(!empty($ad[3]))
{!! $ad[3] !!}
@endif
@if ($settings['sticky_ads_right_column'] == '1')
@endif
@if(!empty($ad[5]))
{!! $ad[5] !!}
@endif
@if ($settings['sticky_ads_right_column'] == '1')
@endif