@if (isset($parents[8]))
@if ($parents[8]->status == 1) @if ($parents[8]->desktop == 1) {!! $parents[8]->bscript !!} @endif @else @endif
@endif

TOP STORIES

@if (!empty($ArrRecentNewsMiddelbarList) && isset($ArrRecentNewsMiddelbarList) && count($ArrRecentNewsMiddelbarList) > 0) @foreach ($ArrRecentNewsMiddelbarList->take(5) as $key => $ArrRecentNewsMiddelbarList)
{{ Str::limit($ArrRecentNewsMiddelbarList->title, $limit = 90, $end = '...') }}

@if ( \Carbon\Carbon::parse( $ArrRecentNewsMiddelbarList->publish_date && $ArrRecentNewsMiddelbarList->publish_date ? $ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time : '---')->diffInDays() > 1) {{ \Carbon\Carbon::parse($ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time)->format('M j, Y g:i A') }} @else {{ \Carbon\Carbon::parse($ArrRecentNewsMiddelbarList->publish_date && $ArrRecentNewsMiddelbarList->publish_date ? $ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time : '---')->diffForHumans() }} @endif

@endforeach @endif
@if (!empty($ArrRecentFeatureNewsList) && isset($ArrRecentFeatureNewsList) && count($ArrRecentFeatureNewsList) > 0) @foreach ($ArrRecentFeatureNewsList as $key => $ArrRecenttopnews)
{{ Str::limit($ArrRecenttopnews->title, $limit = 90, $end = '...') }}

@if (\Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->diffForHumans() }} @endif

@endforeach @endif
@if (isset($parents[9])) @if ($parents[9]->status == 1) @if ($parents[9]->forpage == 'story')
{!! $parents[9]->bscript !!}
@else @endif @endif @else @endif

POPULAR

@if (!empty($arrmostread) && isset($arrmostread) && count($arrmostread) > 0) @foreach ($arrmostread as $key => $arrmostread)
{{ $arrmostread->title }}

@if (\Carbon\Carbon::parse($arrmostread->publish_date)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($arrmostread->publish_date)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($arrmostread->publish_date)->diffForHumans() }} @endif

@endforeach @endif
@if (!empty($trending) && isset($trending) && count($trending) > 0) @foreach ($trending as $tren)
{{ $tren->tag }}
@endforeach @endif
@if (isset($parents[10])) @if ($parents[10]->status == 1) @if ($parents[10]->forpage == 'story')
{!! $parents[10]->bscript !!}
@else @endif @endif @endif