@if($chat->agente)
@if($chat->agente->foto)
 }})
@else
{{ strtoupper(substr($chat->agente->nome ?? 'A', 0, 1)) }}
@endif
{{ $chat->agente->nome ?? 'Agente' }}
@if($chat->agente && $chat->agente->especialidade)
{{ $chat->agente->especialidade }}
@endif
@if($chat->agente->quem_e)
Quem é
{{ $chat->agente->quem_e }}
@endif
@if($chat->agente->o_que_faz)
O que faz
{{ $chat->agente->o_que_faz }}
@endif
@if($chat->agente->objetivo)
Objetivo
{{ $chat->agente->objetivo }}
@endif
@if($chat->agente->tom_resposta)
Tom de resposta
{{ $chat->agente->tom_resposta }}
@endif
@if($chat->agente->telefone)
Telefone
{{ $chat->agente->telefone }}
@endif
@if($chat->agente->horarios_funcionamento)
Horários
{{ $chat->agente->horarios_funcionamento }}
@endif
@if($chat->agente->localizacao_contato)
Localização / Contato
{{ $chat->agente->localizacao_contato }}
@endif
@if(!$chat->agente->quem_e && !$chat->agente->o_que_faz && !$chat->agente->objetivo && !$chat->agente->tom_resposta && !$chat->agente->telefone && !$chat->agente->horarios_funcionamento && !$chat->agente->localizacao_contato)
Nenhuma informação adicional configurada para este agente.
@endif
@else
Agente não encontrado.
@endif