@extends('panel.layout.app') @section('title', __('AI Chat')) @section('content') @if(view()->exists('panel.admin.custom.user.openai_chat.components.list')) @include('panel.admin.custom.user.openai_chat.components.list') @else @include('panel.user.openai_chat.components.list') @endif @endsection @section('script') @endsection