Add ItemCategory form

This commit is contained in:
Mathieu Lagace
2019-08-28 12:57:51 -04:00
parent caf44ba58a
commit d01bf2fca7
12 changed files with 437 additions and 64 deletions

View File

@@ -29,6 +29,11 @@ class InventoryController extends Controller
{
//
}
public function management()
{
return view('admin.inventory.management');
}
public function booking()
{