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