@extends('layouts.app') @section('content')
Add users, assign branches, roles, permissions, suspend access, and reset passwords.
| Name | Mobile | Role | Branch | Status | Permissions | 2FA | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->mobile }} | {{ $user->email }} | {{ $user->role?->name }} | {{ $user->branch?->name }} | {{ ucfirst($user->status) }} | {{ $user->permissions->count() }} | {{ $user->two_factor_enabled ? 'Enabled' : 'Disabled' }} | |
| No users found. | ||||||||