@extends('layouts.admin') @section('css') @vite(['node_modules/choices.js/public/assets/styles/choices.min.css']) @endsection @section('title', 'Audit Logs') @section('content')
Track all critical system actions and user activities.
| Date & Time | User | Role | Action | Description | IP Address |
|---|---|---|---|---|---|
|
{{ $log->created_at->format('M d, Y') }}
{{ $log->created_at->format('h:i A') }} |
@if($log->user) {{ $log->user_name }} @else {{ $log->user_name }} @endif | {{ $log->user_role }} | {{ str_ireplace('Kyc', 'KYC', Str::headline($log->action)) }} | {{ $log->description }} | {{ $log->ip_address }} |
| No audit logs found. | |||||