Nhân sự trên hệ thống : {{$statistics['all']}}
Nhân sự đang hoạt động: {{$statistics['active']}}
Nhân sự nghỉ việc (Khóa TK) : {{$statistics['all'] - $statistics['active']}}
Nhân sự tạm nghỉ : 0
{{-- --}} @if (count($users)) @foreach($users as $user) {{-- --}} @endforeach @else @endif
Mã NV Mã chấm công Họ tênTên exportSố điện thoại Cụm Phòng ban Quyền Chi nhánh Thao tác
{{ $user->code }} {{ $user->approval_code }} {{ $user->full_name }}{{ $user->name_display }}{{ $user->phone }} {{ @$user->location->name }} {{ @$user->department->name}} {{ $user->role_text }} {{ isset($user->branch)?$user->branch->name:'Tất cả chi nhánh'}} @if (Auth::user()->department_id == \App\Constants\DepartmentConstant::ADMIN) @endif
Không tồn tại dữ liệu
{{ 'Tổng số ' . $users->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $users->links() }}