@extends('layouts.app') @section('title','Audit Log Detail - NGBVD') @section('content')
Detailed activity record for governance and accountability review.
{{ $log->user_email ?: 'System' }}
{{ optional($log->created_at)->format('d M Y H:i:s') }}
{{ ucfirst($log->status ?? 'recorded') }} @if($log->response_code) / {{ $log->response_code }} @endif
{{ $log->module ?: 'General' }}
{{ $log->action ?: 'Activity' }}
{{ $log->method ?: 'N/A' }}
{{ $log->ip_address ?: 'Not captured' }}
{{ $log->role ?: 'Not captured' }}
{{ $log->url ?: 'Not captured' }}
{{ $log->user_agent ?: 'Not captured' }}
{{ $log->request_payload ?: 'No payload captured for this activity.' }}