@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
| Direction | Chat | Type | Status | Time |
|---|---|---|---|---|
| @if($msg->direction === 'outgoing') Sent @else Received @endif | {{ $msg->chat_jid }} | {{ $msg->type }} | @php $colors = ['pending'=>'warning','sent'=>'success','delivered'=>'primary','read'=>'info','failed'=>'danger']; @endphp {{ $msg->status }} | {{ $msg->created_at->diffForHumans() }} |
| No messages yet | ||||