order
This commit is contained in:
parent
fa7100c229
commit
5861452246
|
|
@ -316,7 +316,7 @@
|
||||||
<td>
|
<td>
|
||||||
@if($product)
|
@if($product)
|
||||||
<a href="{{route('admin.catalog.products.edit',['id'=>$item->product_id])}}">
|
<a href="{{route('admin.catalog.products.edit',['id'=>$item->product_id])}}">
|
||||||
<img src="{{ $product->images->first()->url ?? $product->getTypeInstance()->getBaseImage($item)['small_image_url'] }}"
|
<img src="{{ $product->images()->first()->url ?? $product->getTypeInstance()->getBaseImage($item)['small_image_url'] }}"
|
||||||
alt="suraty" height="150" width="150">
|
alt="suraty" height="150" width="150">
|
||||||
</a>
|
</a>
|
||||||
@else
|
@else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue