@extends('layouts.app') @section('title','Users')@section('page-title','User Management') @section('content')
Manage system users, roles, and branch assignments
| User | Role | Branch | Category | Status | Actions | |
|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($user->name,0,1)) }}
{{ $user->name }} @if($user->phone){{ $user->phone }} @endif |
{{ $user->email }} | {{ ucfirst($user->role) }} | @if($user->branch){{ $user->branch->code }}@elseif($user->role==='admin')All Branches@else—@endif | @if($user->category){{ $user->category->name }}@else—@endif | @if($user->is_active)Active@elseInactive@endif | |
No users found. | ||||||