@extends('contentNavbarLayout') @section('title', 'Audit Trail') @section('content')
| Date / Time | User | Action | Category | Severity | ||
|---|---|---|---|---|---|---|
| {{ $log->created_at->format('d F Y, h:i A')}} | {{ $log->user_name }} | {{ $log->action }} | {{ $log->category }} | @if($log->severity == 'CRITICAL') CRITICAL @elseif($log->severity == 'WARNING') WARNING @else {{ $log->severity }} @endif | View | |
| No audit logs found. | ||||||