Add homepage
This commit is contained in:
@@ -7,6 +7,7 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
|
||||
include __DIR__ . '/Categories.php';
|
||||
include __DIR__ . '/Customers.php';
|
||||
include __DIR__ . '/Deliveries.php';
|
||||
include __DIR__ . '/Homepages.php';
|
||||
include __DIR__ . '/InvoiceItems.php';
|
||||
include __DIR__ . '/Invoices.php';
|
||||
include __DIR__ . '/Offers.php';
|
||||
|
||||
Reference in New Issue
Block a user