Show order info reference on pending orders
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
<th>Status</th>
|
||||
<td>{!! $o->status_html !!}</td>
|
||||
</tr>
|
||||
@if ($o->order_status == 'ORDER-SENT')
|
||||
<tr>
|
||||
<th>Order Reference</th>
|
||||
<td>{{ $o->order_info_reference ?? '' }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if ($o->date_end)
|
||||
<tr>
|
||||
<th>Cancellation Date</th>
|
||||
|
Reference in New Issue
Block a user