@extends('layouts.app') @section('title', $agentConfig->name . ' - ' . config('app.name', 'CurioGPT')) @section('container-class', 'flex min-h-0 flex-1 w-full') @push('head') @vite(['resources/js/chat.js']) @endpush @section('content') {{-- Conversation history sidebar --}} @unless ($agentConfig->history_is_disabled) @endunless {{-- Chat pane --}}