@php use App\Libraries\FileSystem; @endphp @foreach($friends as $k => $v)
@php $product_image = json_decode($v['product_image'], true); $product_image = isset($product_image) && isset($product_image[0]) ? $product_image[0] : ''; @endphp ...
...
{{ $v['match_first_name'].' '.$v['match_last_name'] }}
{{ $v['product_title'] }}

{{ Str::limit($v['last_message'], 25, '...'); }}

{{ time_ago($v['last_message_date']) }}
@endforeach