mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.2.1
This commit is contained in:
@@ -16,7 +16,7 @@ class InventoryController extends Controller
|
||||
public function index()
|
||||
{
|
||||
$items = Item::all();
|
||||
|
||||
clogNav('consulte l\'inventaire');
|
||||
return view('admin.inventory.index',[ 'items' => $items]);
|
||||
}
|
||||
|
||||
@@ -32,6 +32,7 @@ class InventoryController extends Controller
|
||||
|
||||
public function management()
|
||||
{
|
||||
clogNav('consulte la gestion de l\'inventaire');
|
||||
return view('admin.inventory.management');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user