1
0
forked from poc/pds

Added remark column for invoice data report

This commit is contained in:
dhanabalan
2026-01-20 10:26:38 +05:30
parent 76afd15b3b
commit cf7e0294c4
2 changed files with 10 additions and 13 deletions

View File

@@ -88,6 +88,7 @@
<th>Location</th>
<th>Pending Days</th>
<th>Status</th>
<th>Remark</th>
</tr>
</thead>
<tbody>
@@ -117,6 +118,7 @@
<td class="{{ $row['status_class'] ?? '' }}">
{{ $row['status'] }}
</td>
<td>{{ $row['remark'] ?? '-'}}</td>
</tr>
@endforeach
</tbody>