@extends('layouts.master') @section('page-title', 'Lexa Chat History') @section('styles') @endsection @section('content')

Previous Lexa Chats

Select any previous chat and continue from where you left off.

@if($conversations->isEmpty())

No previous chats found

Once you start chatting with Lexa, your conversations will appear here.

@else @endif
@endsection @push('scripts') @endpush