Added remark column for invoice data report
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 20s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Pint / pint (pull_request) Successful in 2m59s
Laravel Larastan / larastan (pull_request) Failing after 4m6s

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>