@extends('layouts.admin') @section('title', 'User Analytics') @section('content') @push('styles') @endpush
| Network IP | Activity | Sessions |
|---|---|---|
| {{ $ip->ip }} |
|
{{ $ip->count }} |
| User Details | Action Type | Device | {{-- Changed from Platform --}}Occurred |
|---|---|---|---|
|
{{ $log->name }}
{{ $log->email }}
|
{{ ucfirst($log->action) }} |
{{-- Limit the user agent string so it doesn't stretch the table --}}
{{ Str::limit($ua, 25) }}
IP: {{ $meta['ip'] ?? '0.0.0.0' }} |
{{ $log->created_at->diffForHumans() }} |