@extends('layouts.master') @section('page-title', 'Lexa Chat History') @section('styles') @endsection @section('content')
Select any previous chat and continue from where you left off.
Once you start chatting with Lexa, your conversations will appear here.
{{ $chat->title ?: ('Conversation ' . \Illuminate\Support\Str::limit(($chat->conversation_id ?? ''), 16, '...')) }}