{{ $pageInfo['title'] }}
| {{ __('User') }} | {{ __('Ip Address') }} | {{ __('Action') }} | {{ __('Activity') }} | Browser | User Agent |
|---|---|---|---|---|---|
| {{ $item->user ? $item->user->name : preg_replace('/\).*$/', '', explode('(', $item->action)[1]) }} | {{ $item->ip_address }} | {{ $item->action }} | {{ $item->activity }} | {{ $item->browser }} | {{ $item->user_agent }} |