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