namespace('Shop')->name('Shop.')->group(function () { include( __DIR__ . '/Customers.php'); include( __DIR__ . '/Invoices.php'); include( __DIR__ . '/Orders.php'); include( __DIR__ . '/Articles.php'); include( __DIR__ . '/Categories.php'); });