This commit is contained in:
Edward Yang 2022-08-19 15:01:17 +08:00
parent f9246bd436
commit 2ba15ab156
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</div>
</td>
@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 }}" 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>