@extends('panel.layout.app', ['layout_wide' => true, 'disable_tblr' => true]) @section('title', __('AI Chat')) @section('titlebar_actions') @php $route = 'dashboard.user.chat-setting.chat-template.create'; $customChat = \Illuminate\Support\Facades\Route::has($route) && (setting('chat_setting_for_customer', 1) == 1); @endphp @if($customChat) {{ __('New') }} @endif @endsection @section('titlebar_after')
@endsection @section('content')
@include('panel.user.openai_chat.components.list')
@endsection @push('script') @endpush