@extends('layouts.admin') @section('title', 'WhatsApp โ ' . ($tenant->business_name ?? $tenant->name)) @include('admin._shared_styles') @section('content')
| Customer | Phone | Last Message | Started | Status |
|---|---|---|---|---|
| {{ $conv->customer_name ?? 'Unknown' }} | {{ $conv->customer_phone ?? 'โ' }} | {{ $conv->last_message_at ? \Carbon\Carbon::parse($conv->last_message_at)->diffForHumans() : 'โ' }} | {{ $conv->created_at?->format('M d, Y') }} | {{ ucfirst($conv->status ?? 'open') }} |
| No conversations for this tenant. | ||||