feature: change password
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@section('title', 'Quản lý Users')
|
||||
|
||||
@section('content')
|
||||
<div class="mb-6 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4 pl-1">
|
||||
<div class="mb-6 flex flex-col sm:flex-row flex-wrap 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">
|
||||
<span id="pageTitle" class="inline-flex items-center gap-2">
|
||||
@@ -29,7 +29,15 @@
|
||||
@include('admin.users.partials.stats')
|
||||
</div>
|
||||
|
||||
<x-user-filter-form :action="route('admin.users.index')" :search="$search" :flag-send="$flagSend" :selected-month="$selectedMonth" />
|
||||
<x-user-filter-form
|
||||
:action="route('admin.users.index')"
|
||||
:search="$search"
|
||||
:selected-month="$selectedMonth"
|
||||
:status="$status"
|
||||
:role="$role ?? ''"
|
||||
:department="$department ?? ''"
|
||||
:flag-send="$flagSend ?? ''"
|
||||
/>
|
||||
|
||||
<div id="userTableContainer" class="bg-white rounded-[24px] shadow-[0_10px_30px_rgba(15,23,42,0.05)] border border-white overflow-hidden mt-4">
|
||||
@include('admin.users.partials.table')
|
||||
|
||||
Reference in New Issue
Block a user