order, report and dashboard changes
This commit is contained in:
@@ -1077,7 +1077,6 @@
|
||||
<th>Description</th>
|
||||
<th>Origin</th>
|
||||
<th>Destination</th>
|
||||
<th>Description</th>
|
||||
<th>CTN</th>
|
||||
<th>QTY</th>
|
||||
<th>TTL/QTY</th>
|
||||
@@ -1094,7 +1093,6 @@
|
||||
</td>
|
||||
<td>{{ $orderItem['origin'] ?? '-' }}</td>
|
||||
<td>{{ $orderItem['destination'] ?? '-' }}</td>
|
||||
<td>{{ $orderItem['description'] ?? '-' }}</td>
|
||||
<td>{{ $orderItem['ctn'] ?? '-' }}</td>
|
||||
<td>{{ $orderItem['qty'] ?? '-' }}</td>
|
||||
<td>{{ $orderItem['ttl_qty'] ?? '-' }}</td>
|
||||
@@ -1105,7 +1103,7 @@
|
||||
@endphp
|
||||
|
||||
<span class="status-badge status-{{ $status }}">
|
||||
{{ ucfirst($orderItem['status'] ?? 'Pending') }}
|
||||
{{ ucfirst($shipment['status']) }}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user