@foreach($logs as $chunk)
@foreach($chunk as $log) @endforeach
{{$log->CharName16}} @if($log->item_icon)
{{$log->item_name}}
@endif
{{$log->item_name}}@if($log->Plus > 0) (+{{$log->Plus}}) @endif
{{$log->quantity_formatted}} {{$log->action_type}} {{$log->Date?->format('Y-m-d h:i A')}}
@endforeach