fix data deposito

This commit is contained in:
KhatamNugraha
2024-08-08 09:18:58 +07:00
parent 739e9e88d5
commit 17e7cbfe3d
3 changed files with 97 additions and 27 deletions

View File

@ -172,10 +172,16 @@
</tr>
@endforeach
@else
<tr class="">
<td class="space1" colspan="9" style="text-align: center;">NIHIL</td>
</tr>
@endif
@if (count($data['DataDepo']) > 0)
@if (count($data['DataDepo']) > 0)
@php
$no= count($data['DataAccounts']);
$no= count($data['DataAccounts']) +1;
@endphp
@foreach ($data['DataDepo'] as $item)
<tr class="space1">
@ -209,11 +215,7 @@
@endif
@else
<tr class="">
<td class="space1" colspan="9" style="text-align: center;">NIHIL</td>
</tr>
@endif
<!-- Add more rows here if needed -->
</tbody>
</table><br>