@extends('dashboard.base') @section('content')
@if(!empty($chats))
@foreach($chats as $chat) @php $chat_msg_array = explode(',', $chat->message_info); @endphp