wip
This commit is contained in:
parent
8a6c66fb83
commit
f9fbb8bbde
|
|
@ -31,7 +31,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
@foreach ($wishlist as $item)
|
||||
<tr data-id="{{ $item['id'] }}">
|
||||
<tr data-id="{{ $item['product_id'] }}">
|
||||
<td><div class="wh-70"><img src="{{ $item['image'] }}" class="img-fluid"></div></td>
|
||||
<td>{{ $item['product_name'] }}</td>
|
||||
<td>{{ $item['price'] }}</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue