@if($item->current)
Aktuelles Gerät
@endif
@if( null !== $item->location )
{{ $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
@endif
@if( null !== $item->useragent )
{{ $item->useragent->device }}
{{ $item->useragent->operationSystem }}
{{ $item->useragent->browser }}
@endif