@extends('layouts.admin') @section('title', ucfirst(auth()->user()->roles->first()->name ?? 'User') . ' Dashboard') @section('content')
| User | Action | Device | Time |
|---|---|---|---|
|
{{ $log->name ?? 'System' }}
{{ $log->email }}
|
{{ ucfirst($log->action) }} |
{{-- Displaying IP and User Agent --}}
{{ Str::limit($userAgent, 30) }} {{-- Limits string length --}}
IP:
{{ $meta['ip'] ?? '0.0.0.0' }}
|
{{ $log->created_at->diffForHumans() }} |
| No recent activity found. | |||