@if(isset($listing) && $listing ) @foreach ($listing as $key => $row) {{-- {{dd($row)}} --}} {{ isset($row->product_title) && $row->product_title ? Str::words($row->product_title,5) : "" }} ({{ $row->color.' '.$row->storage }}) - @endforeach @endif