@php $rtl_condition = get_user_lang_direction() == 'rtl' ? 'true' : 'false'; @endphp
{{filter_static_option_value('home_20_breaking_news_section_'.$user_select_lang_slug.'_title',$static_field_data)}}

{{filter_static_option_value('home20_popular_news_section_'.$user_select_lang_slug.'_section_title',$static_field_data)}}

    @foreach($popular_categories as $cat)
  • {{$cat->name}}
  • @endforeach

{{filter_static_option_value('home20_video_news_section_'.$user_select_lang_slug.'_section_title',$static_field_data)}}

@foreach($video_news_items as $vd_item)
{!! render_image_markup_by_attachment_id($vd_item->image,'large') !!}

{{$vd_item->title}}

{!! get_blog_category_by_id($slider_item->blog_categories_id,'link','tag-title') !!}
@endforeach
{!! App\WidgetsBuilder\WidgetBuilderSetup::render_frontend_sidebar('newspaper_homepage_sidebar',['column' => false]) !!}

{{filter_static_option_value('home20_sports_news_section_'.$user_select_lang_slug.'_section_title',$static_field_data)}}

@foreach($sports_news_item as $sport_news)
{!! render_image_markup_by_attachment_id($sport_news->image,'grid') !!}
{!! get_blog_category_by_id($sport_news->blog_categories_id,'link','tag-title') !!}

{{$sport_news->title}}

@endforeach

{{filter_static_option_value('home20_hot_news_section_'.$user_select_lang_slug.'_section_title',$static_field_data)}}

@foreach($hot_news_item as $hot_news)
{!! render_image_markup_by_attachment_id($hot_news->image,'grid') !!}
{{$hot_news->created_at->format('d M Y')}}
{!! get_blog_category_by_id($hot_news->blog_categories_id,'link','tag-title') !!}

{{$hot_news->title}}

{{$hot_news->excerpt}}

@endforeach
@section('scripts') @endsection