This commit is contained in:
ludo
2025-02-15 12:12:42 +01:00
parent 0f32386406
commit 08fc49cb61
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';