mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Including Item and Product migration, controllers and models
This commit is contained in:
7
resources/views/item.blade.php
Normal file
7
resources/views/item.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<h1>Item!</h1>
|
||||
<div>
|
||||
@if (isset($item))
|
||||
Item: {{$item}}
|
||||
@endif
|
||||
</html>
|
||||
6
resources/views/product.blade.php
Normal file
6
resources/views/product.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<h1>Product!</h1>
|
||||
@if (isset($productID))
|
||||
{{$productID}}
|
||||
@endif
|
||||
</html>
|
||||
Reference in New Issue
Block a user