Including Items and Products views and controllers

This commit is contained in:
2018-09-10 01:23:32 -03:00
parent 112d3dc44e
commit 25cff75c48
9 changed files with 144 additions and 14 deletions

View File

@@ -14,7 +14,12 @@
</div>
@endif
You are logged in!
<h4>Your itens</h4>
@forelse ($items as $item)
<li>{{$item.name}}</li>
@empty
<p>There are no items for you yet. Include one <a href="/product">here.</a></p>
@endforelse
</div>
</div>
</div>