@if(isset($art['imgPaths']['data']['urls']['uploaded']['original']))
![{{ $art['title'] }}]()
@elseif(isset($art['imgPaths']['data']['urls']['16x9']['770_433']))
![{{ $art['title'] }}]()
@else
![{{ $art['title'] }}]()
@endif
{{ $art['title'] }}
@if(isset($art['updated']))
@include('layouts.logos.icons.updated',['width'=>'13px','height'=>'13px','fill'=>'gray'])
{{ date('d F Y',strtotime(substr($art['updated'],0, strpos($art['updated'],' ')))).' | '.substr($art['updated'],-8,-3) }}
@else
{{ date('d F Y',strtotime(substr($art['fromDate'],0, strpos($art['fromDate'],' ')))).' | '.substr($art['fromDate'],-8,-3) }}
@endif
{{--
{!! mb_substr(strip_tags($art['content'],"
,"),0,100).'...
' !!} --}}