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
73e8b5e4b4
commit
280642f92f
@ -16,6 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<strong>Other items from the same product:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
@forelse ($otherItems as $otherItem)
|
@forelse ($otherItems as $otherItem)
|
||||||
@if (!$otherItem->usedBy)
|
@if (!$otherItem->usedBy)
|
||||||
@ -27,6 +28,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="float-right mt-2 mr-4"><a href="{{ URL::previous() }}">BACK</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user