{{ $articles['fromDate'] }}
@include('layouts.logos.icons.views-icon',
['width' => '20px',
'height' => '15px',
'fill' => '#808080bf'])
{{ $articles['viewed'] }}
@endif
@if($key % 3 == 0 && $key > 0)
@include('layouts.side-bar-components._vertical-banner',
['bannerURL'=>'../resources/image/temp/banner-728-'.rand(2,4).'.jpg'])
@endif
@if(isset($tournaments))
@if($key % 5 == 0 && $key >0)
@php
$id = array_rand($tournaments,1);
$pickATournament = $tournaments[$id];
unset($tournaments[$id]);
@endphp
@include('mobile.layouts.custom-widget-matches',['tournament' => $pickATournament])
@endif
@endif
@endforeach
@if(gettype($allArticlesByDate->links()) != 'undefined')
{{ $allArticlesByDate->links() }}
@endif