@extends('layouts.admin') @section('title', 'Users Management') @section('page-title', 'Users Management') @section('breadcrumbs') Settings chevron_right Users @endsection @section('content')

Users Management

Manage system users and their access

add Add New User
search
@include('admin.settings.partials.users-table-rows', ['users' => $users, 'startIndex' => 0])
User Email Role Status Actions
@if($users->hasPages())
@if($users->onFirstPage()) Previous @else Previous @endif @if($users->hasMorePages()) Next @else Next @endif
@else
Showing {{ $users->count() }} of {{ $users->total() }} results
@endif
@endsection