@php use Illuminate\Support\Str; @endphp @foreach($listing as $key => $l)

{{Str::limit($l['title'],40)}}

@if($l['file_type'] == 'video' && $l['video']) @else @include('frontend.partials.fileRender', ['file' => $l['image'], 'size' => "medium"]) @endif
{{date('d-m-Y',strtotime($l['created']))}} @endforeach