| التاريخ والوقت | المستخدم | الإجراء | العنصر | التفاصيل |
|---|---|---|---|---|
| {{ $activity->created_at->format('Y/m/d H:i:s') }} | {{ $activity->causer?->name ?? 'النظام' }} | @if ($activity->event === 'created') إنشاء @elseif($activity->event === 'updated') تعديل @elseif($activity->event === 'deleted') حذف @else {{ $activity->event }} @endif |
{{ class_basename($activity->subject_type ?? '') }}
@if ($activity->subject_id)
#{{ $activity->subject_id }}
@endif
|
|
| لا توجد نشاطات مسجلة | ||||