{{__('abilities.report.child.batch_audit.field.title')}}


@foreach($items as $item) @endforeach
{{__('abilities.report.child.batch_audit.field.username')}} {{__('abilities.report.child.batch_audit.field.role')}} {{__('abilities.report.child.batch_audit.field.date')}} {{__('abilities.report.child.batch_audit.field.from')}} {{__('abilities.report.child.batch_audit.field.action')}}
{{$item['username']}} {{!empty($item['user']['roles'][0]['roleName'])?$item['user']['roles'][0]['roleName']:''}} {{date('d/m/Y H:i:s',strtotime($item['createTime']))}} {{$item['clientIp']}} {!! $item['comments'] !!}