Fix on invoices, add delivery reference, wip on dashboard concurrency requests designed on template

This commit is contained in:
Ludovic CANDELLIER
2023-02-17 00:05:03 +01:00
parent 820a200e88
commit 900aa413a2
26 changed files with 555 additions and 130 deletions

View File

@@ -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';