{{-- | --}}
{{ $operation->id }} |
@if($operation->user) {{ $operation->user->name }} @else 未知 @endif [uid:{{ $operation->id }}] |
{{ $operation->action }} |
{{ $operation->method }} |
{{ $operation->ip }} |
{!! $operation->data !!}
|
{{ $operation->created_at }} |
@endforeach