Index page path changes..

This commit is contained in:
Cüneyt Şentürk
2020-02-02 21:08:00 +03:00
parent 455e9efcdd
commit 7b3863b1d5
23 changed files with 368 additions and 300 deletions

View File

@ -40,7 +40,7 @@ Route::group(['prefix' => 'common'], function () {
Route::post('notifications/disable', 'Common\Notifications@disable')->name('notifications.disable');
Route::post('bulk-actions/{group}/{type}', 'Common\BulkActions@action');
Route::post('bulk-actions/{group}/{type}', 'Common\BulkActions@action')->name('bulk-actions.action');
Route::get('reports/{report}/print', 'Common\Reports@print')->name('reports.print');
Route::get('reports/{report}/export', 'Common\Reports@export')->name('reports.export');