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

{{$l['name']}}

{{$l['email']}} {{Str::limit($l['query'],40)}} {{date('d-m-Y',strtotime($l['created']))}} @endforeach