@csrf
@forelse ($call_chat as $chat) @php $text_color = 'text-gray-400'; if ($chat->from != 'SYSTEM') { $text_color = 'text-white'; } @endphp

{{ $chat->from }}

{{ $chat->created_at->format('H:i:s m/d/Y') }}

{{ $chat->text }}

@empty

No Call Log

@endforelse