Fixed order status on account

This commit is contained in:
Edward Yang 2023-03-03 21:17:33 +08:00
parent a1b1f6ba15
commit 75e7fe01ea
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<tbody>
@foreach ($order->orderHistories as $orderHistory)
<tr>
<td>{{ $orderHistory->status }}</td>
<td>{{ $orderHistory->status_format }}</td>
<td><span class="fw-bold">{{ $orderHistory->comment }}</span></td>
<td><span class="fw-bold">{{ $orderHistory->created_at }}</span></td>
</tr>