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/6cfcc17b61f2c8469fe5a8cc099afcc619c5c813.php |
<?php $__env->startSection('title'); ?><?php echo e(translate('loan report')); ?> <?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 report')); ?></h6> <div class="heading-elements"> </div> </div> <div class="panel-body"> <table id="" class="table table-striped table-hover"> <thead> <tr> <th><?php echo e(translate('name')); ?></th> <th><?php echo e(translate('description')); ?></th> <th><?php echo e(translate('action')); ?></th> </tr> </thead> <tbody> <tr> <td> <a href="<?php echo e(url('report/loan_report/collection_sheet')); ?>"><?php echo e(translate('collection sheet')); ?></a> </td> <td> <?php echo e(translate('collection_sheet_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/collection_sheet')); ?>"><i class="icon-search4"></i> </a> </td> </tr> <tr> <td> <a href="<?php echo e(url('report/loan_report/repayments_report')); ?>"><?php echo e(translate('repayment report')); ?></a> </td> <td> <?php echo e(translate('repayments_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/repayments_report')); ?>"><i class="icon-search4"></i> </a> </td> </tr> <tr> <td> <a href="<?php echo e(url('report/loan_report/expected_repayments')); ?>"><?php echo e(translate('expected repayment')); ?></a> </td> <td> <?php echo e(translate('expected_repayments_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/expected_repayments')); ?>"><i class="icon-search4"></i> </a> </td> </tr> <tr> <td> <a href="<?php echo e(url('report/loan_report/arrears_report')); ?>"><?php echo e(translate('arrears report')); ?></a> </td> <td> <?php echo e(translate('arrears_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/arrears_report')); ?>"><i class="icon-search4"></i> </a> </td> </tr> <tr> <td> <a href="<?php echo e(url('report/loan_report/disbursed_loans')); ?>"><?php echo e(translate('disbursed loan')); ?></a> </td> <td> <?php echo e(translate('disbursed_loans_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/disbursed_loans')); ?>"><i class="icon-search4"></i> </a> </td> </tr> <tr class="hidden"> <td> <a href="<?php echo e(url('report/loan_report/written_off_loans')); ?>"><?php echo e(translate('loan written_off')); ?></a> </td> <td> <?php echo e(translate('written_off_loans_report_description')); ?> </td> <td><a href="<?php echo e(url('report/loan_report/written_off_loans')); ?>"><i class="icon-search4"></i> </a> </td> </tr> </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/loan_report/data.blade.php ENDPATH**/ ?>