Including Item and Product migration, controllers and models

This commit is contained in:
2018-09-09 00:26:57 -03:00
parent c706910d3a
commit e8c6717fe1
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>