{{ session('success') }}
@endif
قائمة المستخدمين
| الصورة | الاسم | اسم المستخدم | البريد الإلكتروني | موثق | تاريخ التسجيل | الإجراءات |
|---|---|---|---|---|---|---|
|
@if($user->user_photo)
{{ mb_substr($user->name, 0, 1) }}
@endif
|
{{ $user->name }} | {{ $user->username ?? '-' }} | {{ $user->email }} | @if($user->verified) موثق @else غير موثق @endif | {{ $user->createdAt ? $user->createdAt->format('Y-m-d') : '-' }} | |
| لا توجد مستخدمين | ||||||
{{ $users->links('vendor.pagination.bootstrap-5') }}