Period Lock - prototype (2nd demo based on PM feedback)

This commit is contained in:
Dillon Ngo
2025-11-19 07:31:23 +08:00
parent c2eefe806a
commit d785fa9ecf
+1 -1
View File
@@ -1381,6 +1381,6 @@ Route::get('/run-batch-unfinished-payment-orders', function (Request $request) {
});
Route::get('/period-lock', function () {
Route::get('/locks', function () {
return view('pages.dashboards.admin_lock');
})->name('admin.admin_lock');