added contact filter for transactions #33ywwz1
This commit is contained in:
@ -46,6 +46,8 @@ Route::group(['prefix' => 'common'], function () {
|
||||
Route::get('reports/{report}/clear', 'Common\Reports@clear')->name('reports.clear');
|
||||
Route::get('reports/fields', 'Common\Reports@fields')->name('reports.fields');
|
||||
Route::resource('reports', 'Common\Reports');
|
||||
|
||||
Route::get('contacts/index', 'Common\Contacts@index')->name('contacts.index');
|
||||
});
|
||||
|
||||
Route::group(['prefix' => 'auth'], function () {
|
||||
|
Reference in New Issue
Block a user