@extends('layouts.dashboard') @section('title', 'إدارة المستخدمين') @section('content')
إدارة مستخدمي النظام وصلاحياتهم
| المستخدم | الدور | الحالة | 2FA | تاريخ الإنشاء | الإجراءات |
|---|---|---|---|---|---|
|
{{ mb_substr($user->name, 0, 1) }}
{{ $user->name }} {{ $user->email }} |
{{ $user->role_display }} | @if($user->is_active) نشط @else معطل @endif | @if($user->two_factor_enabled) 🔐 مفعل @else — @endif | {{ $user->created_at->format('Y-m-d') }} |
✏️
@if($user->id !== auth()->id())
@endif
|
| 👤 لا يوجد مستخدمين | |||||