@extends('layouts.admin') @section('content')

User Chat

User Chat
@foreach ($chats as $key => $chat) @endforeach
Sl No Person Chatted With Profile Picture Mobile Number Message Count View Chat
{{ $loop->iteration }} {{ $chat['sender']['name']??'N/A' }} {{ $chat['sender']['dial_code']??''}}-{{$chat['sender']['phone']??'' }} {{ $chat['count'] }} messages View
@endsection @section('script') @endsection