@extends('frontend::page') @section('content')
@if(!empty($ad[4]))
{!! $ad[4] !!}
@endif @include('frontend::inc.partials', ['type' => '1']) @if ($settings['breadcrumbs'] == '1') @if ($settings['schema_breadcrumbs'] == '1') {!! $breadcrumb_schema_data->toScript() !!} @endif @endif @if($all_articles->isEmpty())
@lang('general.no_articles_added')
@endif
@foreach ($all_articles as $article) @endforeach
{{ $all_articles->onEachSide(1)->links() }}
@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
@endsection