added a donate and faq page

This commit is contained in:
2018-08-12 10:23:51 +02:00
parent 94fc84615c
commit b0f77be93d
18 changed files with 379 additions and 131 deletions
+9
View File
@@ -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