Fixed order status on account
This commit is contained in:
parent
a1b1f6ba15
commit
75e7fe01ea
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue