@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