@extends('layouts.dashboard.superadminapp')
@section('title', 'User Activity Log')
@section('styles')
@endsection
@section('content')
| User | Role | Activities |
|---|---|---|
|
{{ strtoupper(substr($userActivity->user->name ?? 'U', 0, 1)) }}
{{ $userActivity->user->name ?? 'Unknown' }}
|
{{ ucfirst($userActivity->user->role ?? 'N/A') }} | {{ number_format($userActivity->activity_count) }} |
| No activity data | ||
| User | Role | Activity | Page | Method | IP Address | Device | Status | Time | Actions |
|---|