@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)