@php $chatLabelColor = function ($badge) { $mapa = [ 'warning' => 'yellow', 'info' => 'blue', 'success' => 'green', 'danger' => 'red', 'secondary' => 'grey', 'primary' => 'blue', 'dark' => 'grey', 'light' => 'grey basic', ]; return $mapa[(string) $badge] ?? 'grey'; }; @endphp @if($misChats->count() > 0)
@foreach($misChats as $chat)
{{ $chat->cliente_portal }}
{{ $chat->asunto_mostrar }}
{{ $chat->ultimo_mensaje_mostrar }}
{{ $chat->tiempo_relativo }} {{ $chat->estado_mostrar }}
@endforeach
@else
No tienes conversaciones asignadas en este momento.
@endif