{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
قائمة الوكلاء
إجمالي الوكلاء: {{ $agents->total() }}
| # | الاسم | البريد الإلكتروني | تاريخ الإضافة | آخر تحديث | الإجراءات |
|---|---|---|---|---|---|
| {{ $agent->id }} |
{{ mb_substr($agent->name, 0, 1) }}
{{ $agent->name }}
{{ $agent->hash_id }}
|
{{ $agent->email }} | {{ $agent->createdAt ? $agent->createdAt->format('Y-m-d') : '-' }} | {{ $agent->updatedAt ? $agent->updatedAt->diffForHumans() : '-' }} | |
| لا توجد نتائج | |||||
{{ $agents->links() }}
@endif