@extends('layouts.user_type.auth') @section('activityLog')
| No | User | User Type | Action | Action Module | Description | Performed At |
|---|---|---|---|---|---|---|
|
{{ $logs->firstItem() + $index }} |
{{ $log->user->name }} |
{{ $log->user->user_type }} |
{{ $log->action }} |
{{ $log->action_module }} |
{{ $log->description }} |
{{ \Carbon\Carbon::parse($log->created_at)->format('d-m-Y | H:i:s') }} |
No data Found |
||||||