@extends('layouts.master') @section('title', 'Private Chat') @section('css') @endsection @section('breadcrumb')
{{ $chat->message }}
No contacts found
@endforelse| # | Time | Recipient | Message | Gateway | Status | Error |
|---|---|---|---|---|---|---|
| {{ $msg->id }} | {{ $msg->sent_at ? $msg->sent_at->format('Y-m-d H:i:s') : $msg->created_at->format('Y-m-d H:i:s') }} | {{ $msg->recipient }} | {{ \Illuminate\Support\Str::limit($msg->message, 60) }} | {{ $msg->gateway }} | {{ ucfirst($msg->status) }} | {{ $msg->error_message ?? '-' }} |
| No SMS records found. | ||||||