added order status

This commit is contained in:
Frank John Begornia
2020-11-28 18:13:43 +08:00
parent ad57e218af
commit 43de35a66c
2 changed files with 5 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
<table class="table table-bordered table-condensed nowrap" id="tbl_store_orders">
<thead>
<tr>
<th>Status</th>
<th>Invoice No.</th>
<th>Product Name</th>
<th>Name</th>
@@ -77,6 +78,7 @@
<tbody>
@foreach($array_store_orders as $item_order)
<tr>
<td>{{ $item_order->StepLabel }}</td>
<td>{{ $item_order->InvoiceNumber }}</td>
<td>{{ $item_order->ProductName }}</td>
<td>{{ $item_order->Name }}</td>