{{ $item->present()->creationDate }}
{{ $item->location->ip }}
@if( $item->location->details && isset($item->location->details->country) )
{{ trans('countries.' . $item->location->details->country) }} → {{ $item->location->details->region }} → {{ $item->location->details->city }}
@endif
{{ $item->useragent->device }}
{{ $item->useragent->operationSystem }}
{{ $item->useragent->browser }}