Updated colspan on empty data

This commit is contained in:
dhanabalan
2025-07-02 17:20:14 +05:30
parent c8ad6f3dda
commit b20bff9003

View File

@@ -61,7 +61,7 @@
</tr> </tr>
@empty @empty
<tr> <tr>
<td colspan="10" class="text-center py-4 text-gray-500"> <td colspan="12" class="text-center py-4 text-gray-500">
No data found for invoice number <strong>{{ $invoiceNumber }}</strong>. No data found for invoice number <strong>{{ $invoiceNumber }}</strong>.
</td> </td>
</tr> </tr>