mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Improving Item view
Including more text and a Back button
This commit is contained in:
parent
73e8b5e4b4
commit
280642f92f
@ -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