<?php $__env->startSection('title'); ?>
     Commercial Business Report
<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
<style>

</style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

<?php echo $__env->make('partials.nav', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<h1>Debtor Ranking and Monitoring</h1>

<p>Assess your entire book at once and rank your debtors from highest to lowest risk. Also monitor debtors for any changes in activity, business status or adverse changes that could affect your payment. </p>

<?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>