parent
9d020adaee
commit
a1626dc21b
|
|
@ -40,7 +40,7 @@
|
|||
<td>{{ $order->number }}</td>
|
||||
<td>{{ $order->created_at }}</td>
|
||||
<td>
|
||||
{{ __("common.order.{$order->status}") }}
|
||||
{{ $order->status_format }}
|
||||
</td>
|
||||
<td>{{ currency_format($order->total, $order->currency_code, $order->currency_value) }}</td>
|
||||
</tr>
|
||||
|
|
@ -103,4 +103,4 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
@endsection
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Reference in New Issue