Updated colspan on empty data
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user