recreate Proposals button/inbox, start of edit page

This commit is contained in:
2018-07-29 17:24:44 +02:00
parent 449a1c4d26
commit c23009b306
8 changed files with 97 additions and 16 deletions
+2
View File
@@ -53,6 +53,8 @@ Route::group(['middleware' => 'auth'], function () {
Route::post('store', 'AccountController@storeAccount')->name('account.store');
Route::get('forget-social-login/{id}', 'AccountController@forgetSocialLogin')->name('forget-identity');
});
Route::get('@{user}/{table}/settings', 'TableController@settings')->name('table.conf');
});
// Table resource - located at the end to work as a fallback