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