Pesan Pelanggan
Riwayat Chat Pengguna
{{ $totalActiveChats }}
Aktif
{{ $newChatsToday }}
Baru
@forelse($chatSessions as $chat)
@empty
{{ \Carbon\Carbon::parse($chat['time'])->diffForHumans() }}
{{ $chat['preview'] }}
Belum ada chat pelanggan
@endforelse
{{-- HEADER --}}
{{-- ISI CHAT --}}
{{-- ADDED: Selected Properties Tags --}}
{{-- INPUT --}}
{{ strtoupper(substr($user->nama_user ?? 'U',0,1)) }}