@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('AI Chat')) @section('content')
@include('panel.user.openai_chat.components.chat_sidebar')
@if ($chat != null) @include('panel.user.openai_chat.components.chat_area_container') @endif
@if ($category->prompt_prefix != null) @else @endif
= @endsection @push('script') @if (count($list) == 0) @endif @endpush