@extends('layouts.dashboard') @section('title', 'Audit Log Details') @section('header', 'Audit Log Details') @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
{{ ucfirst($auditLog->action ?? 'N/A') }}
{{ json_encode($auditLog->old_values ?? [], JSON_PRETTY_PRINT) }}
{{ json_encode($auditLog->new_values ?? [], JSON_PRETTY_PRINT) }}