@extends('panel.layout.app') @section('title', 'AI Chat') @section('content') @include('panel.user.openai_chat.components.list') @endsection @section('script') @endsection