Fix on invoices, add delivery reference, wip on dashboard concurrency requests designed on template
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::middleware('auth')->prefix('Admin')->namespace('Admin')->name('Admin.')->group(function () {
|
||||
Route::get('', 'HomeController@index')->name('home');
|
||||
Route::get('{period?}', 'HomeController@index')->name('home');
|
||||
include __DIR__ . '/Botanic/route.php';
|
||||
include __DIR__ . '/Core/route.php';
|
||||
include __DIR__ . '/Shop/route.php';
|
||||
|
||||
Reference in New Issue
Block a user