working on detail page for sari, lil, amd lbm

This commit is contained in:
2026-03-13 15:49:01 +07:00
parent 519d0924c8
commit c2b820fc6d
14 changed files with 1627 additions and 956 deletions

View File

@@ -11,4 +11,7 @@ Route::get('/', function () {
Route::get('/dashboard', [DashboardController::class, 'overview']);
Route::get('/dashboard/{code}', [DashboardController::class, 'detail']);
Route::get('/dashboard/{code}', [DashboardController::class, 'detail']);
Route::get('/test-change', function () {
return "TEST_CHANGE_WORKING";
});