PlatformOrder index: render order_type label with code
This commit is contained in:
@@ -1125,7 +1125,10 @@
|
||||
{{ $planName }}
|
||||
@endif
|
||||
</td>
|
||||
<td class="col-optional">{{ $order->order_type }}</td>
|
||||
<td class="col-optional">
|
||||
{{ $orderTypeLabels[$order->order_type] ?? $order->order_type }}
|
||||
<div class="muted muted-xs">{{ $order->order_type }}</div>
|
||||
</td>
|
||||
<td>
|
||||
{{ $statusLabels[$order->status] ?? $order->status }}
|
||||
<div class="muted muted-xs">{{ $order->status }}</div>
|
||||
|
||||
Reference in New Issue
Block a user