Function for admin to export feedback data

This commit is contained in:
Dillon
2023-10-07 07:24:06 +08:00
parent 8c24c86c77
commit f595c43f2c
9 changed files with 300 additions and 491 deletions
+2
View File
@@ -1198,6 +1198,8 @@ Route::get('/feedback', function () {
return view('pages.feedback');
})->name('admin.feedback');
Route::get('/export/feedback', 'Exports\ExportFeedbackDataController@export')->name('feedback.export');
Route::get('/404', function () {
abort(404);
})->name('error.404');