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

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

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

{{date('d-m-Y',strtotime($l['created']))}} @endforeach