diff --git a/routes/web.php b/routes/web.php index c2812a80..a7881fdc 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1340,6 +1340,6 @@ Route::get('/site.webmanifest', function () { return response($contents, 200)->header('Content-Type', 'application/manifest+json'); }); -Route::get('/admin-work-flow', function () { +Route::get('/admin-workflow', function () { return view('pages.dashboards.admin_work_flow'); })->name('admin-work-flow');