first commit

This commit is contained in:
2026-04-11 14:08:27 +07:00
parent e86e5d2c46
commit 6b7655aa16
389 changed files with 5387 additions and 60861 deletions

View File

@@ -54,7 +54,7 @@ exports.index = async (req, res) => {
res.render("admin/audit-log/index", {
title: "Audit Logs",
layout: "layouts/main",
layout: "layouts/admin",
auditLogs,
pagination: {
current: page,
@@ -91,7 +91,7 @@ exports.show = async (req, res) => {
res.render("admin/audit-log/show", {
title: "Audit Log Details",
layout: "layouts/main",
layout: "layouts/admin",
auditLog,
currentPath: req.path,
user: req.session.user,