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 6236c0c9fe
commit dc9d7dd658
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

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