order, report and dashboard changes

This commit is contained in:
divya abdar
2025-12-19 17:08:53 +05:30
20 changed files with 6397 additions and 833 deletions

View File

@@ -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>