@extends('layouts.app') @section('title', 'المستخدمون') @section('sidebar') @include('admin._sidebar') @endsection @section('content')
| الاسم | البريد | الدور | القسم | الحالة | |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->roles->pluck('name')->join(', ') }} | {{ $user->department?->name_ar ?? '-' }} | {{ $user->is_active ? 'نشط' : 'موقوف' }} | تعديل @if($user->is_active) @endif |