Including Item and Product migration, controllers and models

This commit is contained in:
2018-09-09 00:26:57 -03:00
parent 0eac52c440
commit fd3e4a67cf
10 changed files with 160 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
<html>
<h1>Product!</h1>
@if (isset($productID))
{{$productID}}
@endif
</html>