@extends('layouts.dashboard') @section('title', $user->name) @section('page-content')
{{ $user->email }}
No roles assigned
@endforelse{{ ucfirst($log->action) }} {{ $log->auditable_type ? class_basename($log->auditable_type) : 'Record' }}
{{ $log->created_at->diffForHumans() }}
No activity recorded yet
@endforelseTotal Activities
{{ $user->auditLogs->count() }}
Account Age
{{ $user->created_at->diffInDays() }} days
Once you delete a user, there is no going back. Please be certain.