Merge branch 'dillon/44-customer-satisfaction-feedback-project' into dillon/44-customer-satisfaction-feedback-project-b

This commit is contained in:
Dillon
2023-10-05 17:04:41 +08:00
20 changed files with 751 additions and 40 deletions
+4
View File
@@ -1197,3 +1197,7 @@ Route::get('/feedback/{token}', function ($token) {
Route::get('/feedback', function () {
return view('pages.feedback');
})->name('admin.feedback');
Route::get('/404', function () {
abort(404);
})->name('error.404');