@tableconfig
Total Pengembalian
Pokok
Rp {{getPriceNumber(@$invoiceRepayment->sum('amount'))}}
Margin/Ujroh
Rp {{getPriceNumber(@$invoiceRepayment->sum('margin'))}}
Pengembalian Dana Diterima
Pokok
Rp {{getPriceNumber(@$invoiceRepayment->where('repaymentStatus', \App\Util\Constant::INVOICE_REPAYMENT_STATUS_COMPLETE)->sum('amount'))}}
Margin/Ujroh
Rp {{getPriceNumber(@$invoiceRepayment->where('repaymentStatus', \App\Util\Constant::INVOICE_REPAYMENT_STATUS_COMPLETE)->sum('margin'))}}
@tableajax(route('admin.investorapplication.getInvoiceRepayment', ['investorPicDetailId' => $model->investorPicDetailId]))
Tanggal |
ID Invoice |
Pokok (Rp) |
Margin/Ujroh Net (Rp) |
Keterangan |
Status Repayment |
Attachment |
Action |
@endtableajax
@if($model->status == $constant::INVESTOR_APPLICATION_STATUS_APPROVED)
Rekening Tujuan Pencairan |
{{@$model->bankAccountNumber}} |
Nama Bank |
{{@$model->bankName}} |
Cabang |
{{@$model->bankBranch}} |
Nama Pemilik Rekening |
{{@$model->bankAccountName}} |
@endif