feature: make style like main page
This commit is contained in:
@@ -2,5 +2,16 @@
|
||||
@section('title', 'Thêm User Mới')
|
||||
|
||||
@section('content')
|
||||
<x-user-page mode="create" />
|
||||
<div class="mb-6 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4 pl-1">
|
||||
<div>
|
||||
<h1 class="text-[28px] font-extrabold text-[#1a2b49] flex items-center gap-2 mb-1.5 tracking-tight">
|
||||
Thêm User Mới
|
||||
</h1>
|
||||
<p class="text-gray-500 font-medium text-[14px]">
|
||||
Tạo tài khoản nhân viên mới và thiết lập các thông tin cơ bản.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<x-user-page mode="create" />
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user