added a donate and faq page
This commit is contained in:
@@ -21,6 +21,15 @@ Route::get('/about/privacy', function () {
|
||||
return view('about.privacy');
|
||||
})->name('privacy');
|
||||
|
||||
Route::get('/about/faq', function () {
|
||||
return view('about.faq');
|
||||
})->name('faq');
|
||||
|
||||
Route::get('/about/donate', function () {
|
||||
return view('about.donate');
|
||||
})->name('donate');
|
||||
|
||||
|
||||
Route::get('/', 'DashController@view')->name('dash');
|
||||
|
||||
// redirect home to user home
|
||||
|
||||
Reference in New Issue
Block a user