add row account depo
This commit is contained in:
@ -135,7 +135,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
@if (count($data['DataAccounts'])>0 )
|
||||
@php $i=1
|
||||
@php
|
||||
$i=1
|
||||
|
||||
@endphp
|
||||
@foreach ($data['DataAccounts'] as $val)
|
||||
<tr class="space1">
|
||||
@ -148,11 +150,28 @@
|
||||
<td class="text-center space1 ">{{ $val['FIXED_RATE'] }}</td>
|
||||
<td class="text-center space1 ">{{ $val['MATURITY_DATE'] }}</td>
|
||||
<td class="text-center space1">{{ $val['ACCOUNT_NUMBER'] }}</td>
|
||||
|
||||
</tr>
|
||||
@endforeach
|
||||
@if ($data['dataAADepo'] == null)
|
||||
@php
|
||||
$no= count($data['DataAccounts']);
|
||||
@endphp
|
||||
<tr class="space1">
|
||||
<td class="text-center space1">{{ $no+1 }}</td>
|
||||
<td class="text-left space1">DEPOSITO</td>
|
||||
<td class=" text-center space1"></td>
|
||||
<td class=" text-center space1"></td>
|
||||
<td class=" text-center space1">NIHIL</td>
|
||||
<td class="text-center space1 "></td>
|
||||
<td class="text-center space1 "></td>
|
||||
<td class="text-center space1 "></td>
|
||||
<td class="text-center space1"></td>
|
||||
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
@else
|
||||
<tr class="">
|
||||
<tr class="">
|
||||
<td class="space1" colspan="9" style="text-align: center;">NIHIL</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user