@if(session('success')) @endif @if(session('error')) @endif
قائمة الوكلاء

إجمالي الوكلاء: {{ $agents->total() }}

إضافة وكيل جديد
@forelse($agents as $agent) @empty @endforelse
# الاسم البريد الإلكتروني تاريخ الإضافة آخر تحديث الإجراءات
{{ $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() : '-' }}
@csrf @method('DELETE')
لا توجد نتائج
@if($agents->hasPages())
{{ $agents->links() }}
@endif