mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Improving Item view
Including more text and a Back button
This commit is contained in:
parent
6236c0c9fe
commit
dc9d7dd658
@ -16,6 +16,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<strong>Other items from the same product:</strong>
|
||||
<ul>
|
||||
@forelse ($otherItems as $otherItem)
|
||||
@if (!$otherItem->usedBy)
|
||||
@ -27,6 +28,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="float-right mt-2 mr-4"><a href="{{ URL::previous() }}">BACK</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user