@extends($_layout . 'main') {{-- khai báo title --}} @section('title', 'Thêm nhanh') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'Thêm nhanh') @section('content')
Họ tên : {{ $user->name }}
Số Prompt đã tạo: {{ $promptCount }}

Thêm nhanh

@csrf
@include('admin.forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'label' => 'Danh mục', 'required' => 'true', 'id' => 'topic_id', 'name' => 'topic_id', 'call' => 'get_topic_options', '@label-type' => 'header', '@change' => 'Prompts.form.changeCategory', ]), ])
@if ($em = $errors->first('topic_id'))
{{ $em }}
@endif
@endsection @php add_css_link('/static/features/gpt/prompts/quick-add.min.css?v=1'); @endphp @section('js') @endsection