mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
Adding URL to PRODUCT
This commit is contained in:
@@ -18,8 +18,16 @@
|
||||
<hr class="m-3">
|
||||
@endif
|
||||
<div class="my-4 p-2">
|
||||
@if ($item->product->url)
|
||||
<a href="{{$item->product->url}}" class="link-unstyled" target="_blank" rel="noopener noreferrer">
|
||||
@endif
|
||||
|
||||
<strong>{{$item->name}}</strong> ({{$item->product->name}})
|
||||
|
||||
@if ($item->product->url)
|
||||
</a>
|
||||
@endif
|
||||
|
||||
@if ($item->used_by)
|
||||
@include('home.usedItem')
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user