order_item resource
This commit is contained in:
parent
eec0cd0fab
commit
371daaf6c0
|
|
@ -310,7 +310,7 @@
|
|||
@foreach ($order->items as $item)
|
||||
@php
|
||||
$product = $item->child->product ?? $item->product;
|
||||
$seller = $this->sellerProductRepository->getSellerByProductId($item->product_id);
|
||||
$seller = app('Webkul\Marketplace\Repositories\ProductRepository')->getSellerByProductId($item->product_id);
|
||||
@endphp
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue