@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(!empty($banner)) {{lang('media_banner_alt_keywords')}} @else @endif

{!!lang('latest_news')!!}

@include('frontend.layouts.social')
@if(!empty($newsList) && $newsList->isNotEmpty())
@foreach($newsList->chunk(2) as $newsListArr) @endforeach
@if(!empty($newsList->nextPageUrl())) @endif @else

{{lang('no_details_found')}}

@endif
@include('frontend.partials.marquee')
@stop @section('scripts') @parent @stop