Route::group('admin', function() { Route::group('a', function() {}); Route::group('b', function() {}); })