@for($temp = 3 ; $temp < count($articles) ; $temp ++)
@if(isset($articles[$temp]))
{{-- {{ dd($articles[$temp]['imgPaths']['data']['urls']) }} --}}
@if(isset($articles[$temp]['imgPaths']['data']['urls']['16x9']['770_433']))
![{{ $articles[$temp]['title'] }}]()
@elseif(isset($articles[$temp]['imgPaths']['data']['urls']['uploaded']['thumbnail']))
![{{ $articles[$temp]['title'] }}]()
@else
![{{ $articles[$temp]['title'] }}]()
@endif
@if(isset($lastArticles[$temp]['updated']))
@include('layouts.logos.icons.updated',['width'=>'15px','height'=>'15px','fill'=>'black'])
@endif
{{ $articles[$temp]['title'] }}