Name
{{ $contact->name }}
@if($contact->phone)
@endif
Received
{{ $contact->created_at->format('d M Y, g:i A') }}
{{ $contact->created_at->diffForHumans() }}
@if($contact->read_at)
Read at
{{ $contact->read_at->format('d M Y, g:i A') }}
@endif
@if($contact->replied_at)
Replied at
{{ $contact->replied_at->format('d M Y, g:i A') }}
@endif
@php $waNumber = \App\Models\Setting::get('whatsapp_number'); @endphp
@if($contact->phone && $waNumber)
WhatsApp
@endif