recreate Proposals button/inbox, start of edit page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user