@include('components/header-breadcrumb')

User Management

@include('components/search-by' , ['searchBy' => $searchBy??[]])
@foreach ($users as $user) @endforeach
# Username Firstname Lastname Group Profile Approved Action
{{ $user['username'] }} {{ $user['firstname'] }} {{ $user['lastname'] }} {{ $user['group'] }} {{ $user['profile'] }}
{{ $users->links('paginate-custom') }}
{{--
--}}