@extends('panel.layout.app') @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($setting->hosting_type != 'high') @endif @endsection @section('script') @if($setting->hosting_type == 'high') @else @endif @if(count($list)==0) @endif @endsection