@foreach($listing as $k => $v)
{{ isset($v['created']) && $v['created'] ? date('F d, Y', strtotime($v['created'])) : '' }}
@endforeach