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,7 @@
<html>
<h1>Item!</h1>
<div>
@if (isset($item))
Item: {{$item}}
@endif
</html>