@foreach($listing->items() as $k => $list) {{isset($list->id) && $list->id ? $list->id : ''}} @if(isset($list->business_title) && $list->business_title) {{Str::limit($list->business_title, 20)}} @else {{'-'}} @endif {{isset($list->name) && $list->name ? $list->name : ''}} {{ isset($list->email) && $list->email ? $list->email : ''}}

View

@endforeach