@extends('layouts.admin') @section('title', 'Users Management') @section('page-title', 'Users Management') @section('breadcrumbs') Settings chevron_right Users @endsection @section('content')
Manage system users and their access
| User | Role | Status | Actions |
|---|
Showing {{ ($users->currentPage() - 1) * $users->perPage() + 1 }} to {{ min($users->currentPage() * $users->perPage(), $users->total()) }} of {{ $users->total() }} results
Are you sure you want to delete ()? This action cannot be undone.