order_item resource

This commit is contained in:
merdan 2023-01-10 13:21:40 +05:00
parent eec0cd0fab
commit 371daaf6c0
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
@foreach ($order->items as $item) @foreach ($order->items as $item)
@php @php
$product = $item->child->product ?? $item->product; $product = $item->child->product ?? $item->product;
$seller = $this->sellerProductRepository->getSellerByProductId($item->product_id); $seller = app('Webkul\Marketplace\Repositories\ProductRepository')->getSellerByProductId($item->product_id);
@endphp @endphp
<tr> <tr>
<td> <td>