This commit is contained in:
ludo
2025-02-15 12:12:42 +01:00
parent d1cc62c9b1
commit 592402a6c1
53 changed files with 1098 additions and 404 deletions

View File

@@ -8,6 +8,8 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
include_once __DIR__.'/Contents.php';
include_once __DIR__.'/Customers.php';
include_once __DIR__.'/CustomerAddresses.php';
include_once __DIR__.'/CustomerInvoices.php';
include_once __DIR__.'/CustomerOrders.php';
include_once __DIR__.'/Deliveries.php';
include_once __DIR__.'/DeliveryPackages.php';
include_once __DIR__.'/DeliveryTypes.php';