@foreach($chat_box as $chat)
{{ str_limit($chat->contact->getFullName(), 15) }}
@endif{{ $chat->from }}
@if(! empty($chat->chatBoxMessages) && ! empty($chat->chatBoxMessages->last()->message)){{ str_limit($chat->chatBoxMessages->last()->message, 18) }}
@endif