@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-900']) @php use Illuminate\Support\Facades\Storage; @endphp @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Chat - ' . ($chat->agente->nome ?? 'Agente')])
Digite sua mensagem abaixo para começar a conversar com {{ $chat->agente->nome ?? 'o agente' }}.