@include(snippets/header)
Back to User Manager

IP History: {!! targetUser.user !!}

Historical IP addresses associated with this account.

@if(ips && ips.length > 0) @each(ips as row) @endeach @else @endif
IP Address First Seen Last Seen
{{ row.ip }}
Initial {{ new Date(row.first_seen).toLocaleString() }}
Most Recent {{ new Date(row.last_seen).toLocaleString() }}
No IP history records found for this user.
@include(snippets/footer)