fix data deposito
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user