@extends('panel.layout.app', ['layout_wide' => true, 'disable_tblr' => true]) @section('title', __('AI Chat')) @section('titlebar_after')
@endsection @section('content')
@include('panel.user.openai_chat.components.list')
@endsection @push('script') @endpush