{{$chatting->created_at->diffForHumans()}}
@if($chatting->message)
{{ $chatting->message }}
@elseif(json_decode($chatting['attachment'], true) !=null)
{{ translate('sent_attachments') }}
@endif
@if($chatting['unseen_message_count'] > 0)
{{ $chatting['unseen_message_count'] }}
@endif