| زمان | عملیات | عامل | هدف | جزئیات | آیپی |
|---|---|---|---|---|---|
| {{ $item->created_at?->format('Y-m-d H:i') }} | {{ $item->action }} | {{ $actorTypeLabels[$item->actor_type] ?? $item->actor_type }} #{{ $item->actor_id }} | {{ $actorTypeLabels[$item->target_type] ?? $item->target_type }} #{{ $item->target_id }} |
@if(!empty($item->meta))
{{ json_encode($item->meta, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) }}
@else
-
@endif
|
{{ $item->ip_address ?? '-' }} |
| لاگی برای نمایش وجود ندارد. | |||||