notifications finish

This commit is contained in:
merdan 2022-07-07 10:45:28 +05:00
parent 3362086b3c
commit 1541c095a5
1 changed files with 8 additions and 0 deletions

View File

@ -289,14 +289,22 @@
@php $product = $item->child->product ?? $item->product; @endphp
<tr>
<td>
@if($product)
<a href="{{route('admin.catalog.products.edit',['id'=>$item->product_id])}}">
<img src="{{ $product->images->first()->url ?? $product->getTypeInstance()->getBaseImage($item)['small_image_url'] }}"
alt="suraty" height="150" width="150">
</a>
@else
{{$item->sku}}
@endif
</td>
<td>
@if($product)
<a href="{{ $product->source ?? '#'}}">{{ $item->name }}</a>
@else
{{ $item->name }}
@endif
@if (isset($item->additional['attributes']))
<div class="item-options">