mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
Including Items and Products views and controllers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user