namespace('Botanic')->name('Botanic.')->group(function () { include( __DIR__ . '/Families.php'); include( __DIR__ . '/Genres.php'); include( __DIR__ . '/Species.php'); include( __DIR__ . '/Varieties.php'); });