prefix('financial-dashboard')->group(function () { Route::get('/overview', 'overview')->middleware('permission:financial-account-receive,view'); });