| {{ $sl++ }} |
{{ $member[$v->memberIdFk]->member_name }} |
{{ $acc_interest['account']->savingsCode }} |
{{ $acc_interest['period'] }} |
{{ date('d-m-Y', strtotime($acc_interest['account']->accountOpeningDate)) }} |
{{ date('d-m-Y', strtotime($acc_interest['account']->accountMatureDate)) }} |
@if($v->depositTypeIdFk == 4) {{$acc_interest['account']->fixedDepositAmount }} @else {{ $acc_interest['account']->autoProcessAmount }} @endif |
{{ number_format($openingBalance,2) }} |
{{ number_format($softBalance,2) }} |
{{ number_format($softBalance+$openingBalance,2) }} |
{{ number_format($disburseInterest,2) }} |
{{ number_format($balance,2) }} |
{{ $depositNumber }} |
{{ number_format($balanceInterest,2) }} |
{{ number_format($interest_amount,2) }} |
{{ number_format($refundable,2) }} |
@if($product[$acc_interest['account']->savingsProductIdFk]->isNeedApproveToClose && $v->authorizeUserId == null)
@endif
@if($product[$acc_interest['account']->savingsProductIdFk]->isNeedApproveToClose && $v->authorizeUserId != null && $userBranchId == 1 && $v->closingDate == "0000-00-00")
@endif
|
@if($product[$acc_interest['account']->savingsProductIdFk]->isNeedApproveToClose && $v->authorizeUserId != null)
{{$v->approve_by}}
@endif
|
@endforeach
@if(sizeof($branch_accounts) > 1)
| Total |
{{ number_format($branchBalance,2) }} |
|
{{ number_format($branchBalanceInterest,2) }} |
{{ number_format($branchInterest,2) }} |
{{ number_format($branchRefundable,2) }} |
|
|
@endif
@endforeach