@extends('panel.layout.app') @section('title', $category->slug == 'ai_vision' ? __('Vision AI') : ($category->slug == 'ai_pdf' ? __('AI File Chat') : ($category->slug == 'ai_chat_image' ? __('AI Chat Image') : __('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' || $category->slug == 'ai_chat_image') @if ($category->prompt_prefix != null) @else @endif @endif @endsection @section('script') @if ($setting->hosting_type != 'high' || $category->slug == 'ai_chat_image') @else @endif @if (count($list) == 0 && $category->slug != 'ai_pdf') @endif @endsection