Improving Item view

Including more text and a Back button
This commit is contained in:
Bruno F. Fontes 2018-09-12 21:29:07 -03:00
parent 73e8b5e4b4
commit 280642f92f

View File

@ -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>