Path : /var/www/html/usd_loan_system/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/usd_loan_system/storage/framework/views/2ed8d555aeb24538f462e36c0dc695ae20d2c67f.php |
<?php $__env->startSection('title'); ?><?php echo e(translate('loan transaction')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="panel panel-white"> <div class="panel-heading"> <h6 class="panel-title"><?php echo e(translate('loan transaction')); ?></h6> <div class="heading-elements"> </div> </div> <div class="panel-body"> <div class="col-md-6"> <table class="table table-striped table-hover"> <tr> <td><?php echo e(translate('id')); ?></td> <td><?php echo e($loan_transaction->id); ?></td> </tr> <tr> <td><?php echo e(translate('type')); ?></td> <td> <?php if($loan_transaction->transaction_type=='disbursement'): ?> <?php echo e(translate('disbursement')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='specified_due_date'): ?> <?php echo e(translate('specified_due_date')); ?> <?php echo e(translate('fee')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='installment_fee'): ?> <?php echo e(translate('installment_fee')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='overdue_installment_fee'): ?> <?php echo e(translate('overdue_installment_fee')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='loan_rescheduling_fee'): ?> <?php echo e(translate('loan_rescheduling_fee')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='overdue_maturity'): ?> <?php echo e(translate('overdue_maturity')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='disbursement_fee'): ?> <?php echo e(translate('disbursement charge')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='interest'): ?> <?php echo e(translate('interest applied')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='repayment'): ?> <?php echo e(translate('repayment')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='write_off_recovery'): ?> <?php echo e(translate('recovery repayment')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='penalty'): ?> <?php echo e(translate('penalty')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='interest_waiver'): ?> <?php echo e(translate('interest waiver')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='charge_waiver'): ?> <?php echo e(translate('charge waiver')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='write_off'): ?> <?php echo e(translate('write_off')); ?> <?php endif; ?> <?php if($loan_transaction->transaction_type=='pay_off'): ?> <?php echo e(translate('pay_off applied')); ?> <?php endif; ?> </td> </tr> <tr> <td><?php echo e(translate('date')); ?></td> <td><?php echo e($loan_transaction->date); ?></td> </tr> <tr> <td><?php echo e(translate('amount')); ?></td> <td class="credit"> <?php if($loan_transaction->credit>$loan_transaction->debit): ?> <?php echo e(currency_converter($loan_transaction->credit)); ?> <?php else: ?> <?php echo e(currency_converter($loan_transaction->debit)); ?> <?php endif; ?> </td> </tr> <?php if(!empty($loan_transaction->receipt)): ?> <tr> <td><?php echo e(translate('receipt')); ?></td> <td> <?php echo e($loan_transaction->receipt); ?> </td> </tr> <?php endif; ?> <tr> <td><?php echo e(translate('note')); ?></td> <td> <?php echo e($loan_transaction->notes); ?> </td> </tr> <?php $__currentLoopData = $custom_fields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(!empty($key->custom_field)): ?> <tr> <td> <?php echo e($key->custom_field->name); ?> </td> <td><?php echo e($key->name); ?></td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </table> </div> </div> <!-- /.panel-body --> <div class="panel-footer"> <div class="heading-elements"> <a href="<?php echo e(url()->previous()); ?>" class="btn btn-primary pull-right"><?php echo e(translate('back')); ?></a> </div> </div> </div> <!-- /.box --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/usd_loan_system/resources/views/loan_transaction/show.blade.php ENDPATH**/ ?>