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