@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->user->name ?? 'Unknown' }}
{{ $log->user->email ?? '' }}
|
{{ ucfirst($log->action) }} @if($log->module) {{ $log->module }} @endif |
{{ Str::limit($ua, 25) }}
IP: {{ $log->ip_address ?? 'N/A' }} |
{{ $log->timestamp->diffForHumans() }} |