@extends('panel.layout.app') @section('title', __('AI Chat')) @section('content')
@include('panel.user.openai_chat.components.chat_sidebar')
@if ($chat != null) @if (view()->exists('panel.admin.custom.user.openai_chat.components.chat_area_container')) @include('panel.admin.custom.user.openai_chat.components.chat_area_container') @else @include('panel.user.openai_chat.components.chat_area_container') @endif @endif
@if ($setting->hosting_type != 'high') @if ($category->prompt_prefix != null) @else @endif @endif @endsection @section('script') @if ($setting->hosting_type == 'high') @else @endif @if (count($list) == 0) @endif @endsection