Path : /var/www/html/thb_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/thb_loan_system/storage/framework/views/560a538464e43b281e5827056985438af812ccea.php |
<?php $__env->startSection('title'); ?><?php echo e(translate('charge')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="panel panel-white"> <div class="panel-heading"> <h6 class="panel-title"><?php echo e(translate('charge')); ?></h6> <div class="heading-elements"> <a href="<?php echo e(url('charge/create')); ?>" class="btn btn-info btn-sm"><?php echo e(translate('add charge')); ?></a> </div> </div> <div class="panel-body"> <table id="" class="table table-striped table-condensed table-hover basic-datatable"> <thead> <tr> <th><?php echo e(translate('name')); ?></th> <th><?php echo e(translate('product')); ?></th> <th><?php echo e(translate('type')); ?></th> <th><?php echo e(translate('active')); ?></th> <th><?php echo e(translate('amount')); ?></th> <th><?php echo e(translate('action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($key->name); ?></td> <td> <?php if($key->product=='loan'): ?> <?php echo e(translate('loan')); ?> <?php endif; ?> <?php if($key->product=='savings'): ?> <?php echo e(translate('saving')); ?> <?php endif; ?> </td> <td> <?php if($key->charge_type=='disbursement'): ?> <?php echo e(translate('disbursement')); ?> <?php endif; ?> <?php if($key->charge_type=='specified_due_date'): ?> <?php echo e(translate('specified_due_date')); ?> <?php endif; ?> <?php if($key->charge_type=='installment_fee'): ?> <?php echo e(translate('installment_fee')); ?> <?php endif; ?> <?php if($key->charge_type=='overdue_installment_fee'): ?> <?php echo e(translate('overdue_installment_fee')); ?> <?php endif; ?> <?php if($key->charge_type=='loan_rescheduling_fee'): ?> <?php echo e(translate('loan_rescheduling_fee')); ?> <?php endif; ?> <?php if($key->charge_type=='overdue_maturity'): ?> <?php echo e(translate('overdue_maturity')); ?> <?php endif; ?> <?php if($key->charge_type=='savings_activation'): ?> <?php echo e(translate('savings_activation')); ?> <?php endif; ?> <?php if($key->charge_type=='withdrawal_fee'): ?> <?php echo e(translate('withdrawal_fee')); ?> <?php endif; ?> <?php if($key->charge_type=='monthly_fee'): ?> <?php echo e(translate('monthly_fee')); ?> <?php endif; ?> <?php if($key->charge_type=='annual_fee'): ?> <?php echo e(translate('annual_fee')); ?> <?php endif; ?> </td> <td> <?php if($key->active==1): ?> <?php echo e(translate('active')); ?> <?php else: ?> <?php echo e(translate('inactive')); ?> <?php endif; ?> </td> <td> <?php echo e($key->amount); ?> <?php if($key->charge_option=="fixed"): ?> <?php echo e(translate('fixed')); ?> <?php endif; ?> <?php if($key->charge_option=="principal_due"): ?> % <?php echo e(translate('principal due')); ?> <?php endif; ?> <?php if($key->charge_option=="principal_interest"): ?> % <?php echo e(translate('principal')); ?> + <?php echo e(translate('interest due')); ?> <?php endif; ?> <?php if($key->charge_option=="interest_due"): ?> % <?php echo e(translate('interest due')); ?> <?php endif; ?> <?php if($key->charge_option=="total_due"): ?> % <?php echo e(translate('total due')); ?> <?php endif; ?> <?php if($key->charge_option=="original_principal"): ?> % <?php echo e(translate('original principal')); ?> <?php endif; ?> </td> <td> <ul class="icons-list"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="icon-menu9"></i> </a> <ul class="dropdown-menu dropdown-menu-right" role="menu"> <li><a href="<?php echo e(url('charge/'.$key->id.'/edit')); ?>"><i class="fa fa-edit"></i> <?php echo e(translate('edit')); ?> </a></li> <li><a href="<?php echo e(url('charge/'.$key->id.'/delete')); ?>" class="delete"><i class="fa fa-trash"></i> <?php echo e(translate('delete')); ?> </a></li> </ul> </li> </ul> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <!-- /.panel-body --> </div> <!-- /.box --> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer-scripts'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/thb_loan_system/resources/views/charge/data.blade.php ENDPATH**/ ?>