This commit is contained in:
parent
f9246bd436
commit
2ba15ab156
|
|
@ -49,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@if ($loop->first)
|
@if ($loop->first)
|
||||||
<td rowspan="{{ $loop->count }}">{{ $order->total }}</td>
|
<td rowspan="{{ $loop->count }}">{{ currency_format($order->total) }}</td>
|
||||||
<td rowspan="{{ $loop->count }}">{{ $order->status }}</td>
|
<td rowspan="{{ $loop->count }}">{{ $order->status }}</td>
|
||||||
<td rowspan="{{ $loop->count }}" class="text-end">
|
<td rowspan="{{ $loop->count }}" class="text-end">
|
||||||
<a href="{{ shop_route('account.order.show', ['number' => $order->number]) }}" class="btn btn-outline-secondary btn-sm">{{ __('shop/account.order.check') }}</a>
|
<a href="{{ shop_route('account.order.show', ['number' => $order->number]) }}" class="btn btn-outline-secondary btn-sm">{{ __('shop/account.order.check') }}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue