Listing of actions by users
--}}|
Logged User
|
Logged Activity
|
Created
|
||
|---|---|---|---|---|
|
|
{{ $activity_log->user->name }}
{{ $activity_log->user->email }}
|
{{ $activity_log->log_action }}
|
{{ \Carbon\Carbon::parse($activity_log->created_at)->format('M d Y, h:i A') }}
|
@if( Auth::user()->can('activity logs delete') || Auth::user()->hasRole('DSI God Admin'))
@endif
|
|
No records found
|
Showing:
{{ count($activity_logs) > 0 ? 'of '.$activity_logs->total() : '' }}