@extends('layouts.admin') @section('title', 'لاگ‌های ممیزی') @section('content') @php $actorTypeLabels = [ 'admin' => 'ادمین', 'admin_user' => 'کاربر ادمین', 'end_user' => 'کاربر نهایی', 'system' => 'سیستم', 'bot_account' => 'ربات', ]; @endphp
پاک کردن
@forelse($items as $item) @empty @endforelse
زمان عملیات عامل هدف جزئیات آی‌پی
{{ $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 ?? '-' }}
لاگی برای نمایش وجود ندارد.
{{ $items->links() }}
@endsection