Added code for notifications changes

- Toggle for notification types
- Custom time for overview
This commit is contained in:
Henry Whitaker
2020-06-21 20:32:31 +01:00
parent 8b9e87e699
commit 832a10589d
18 changed files with 613 additions and 37 deletions

View File

@@ -66,4 +66,6 @@ Route::group([
->name('settings.store');
Route::post('/', 'SettingsController@store')
->name('settings.update');
Route::post('/bulk', 'SettingsController@bulkStore')
->name('settings.bulk.update');
});