@extends('panel.layout.app', ['layout_wide' => true, 'disable_tblr' => true])
@section('title', __('AI Chat'))
@section('titlebar_after')
-
{{ __('All') }}
-
{{ __('Favorite') }}
@foreach ($categoryList as $category)
-
name }}')"
>
{{ __(str()->ucfirst($category->name)) }}
@endforeach
@endsection
@section('content')
@include('panel.user.openai_chat.components.list')
@endsection
@push('script')
@endpush