<?php $__env->startSection('title'); ?>
    Credit Check 2
<?php $__env->stopSection(); ?>

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

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

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

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

<h1>On File Report</h1>

<p>This is an on-file report received from Compuscan that reflects the following BASIC information to help understand who your customer is at a lower level. Business CIPC, Business Adverse, Principal Adverse, Principal Links and Affiliations, Enquiry history and on file data where applicable This report is designed for larger COD purchases or small accounts of up to R50,000,00. This report will help to understand who you are dealing with and a small understanding of their business.</p>

<hr style="margin-top: 10px;">

<?php echo Form::open(); ?>


<div class="row">
    <div class="large-6 columns">
        <label>Business name <small class="red"><?php echo $errors->first('businessName'); ?></small></label>
        <?php echo Form::text('businessName'); ?>

    </div>
    <div class="large-6 columns">
        <label>Registration Number <small class="red"><?php echo $errors->first('regNumber'); ?></small></label>
        <?php echo Form::text('regNumber'); ?>

    </div>
</div>

<button class="myButton" type="submit">Submit</button>

<?php echo Form::close(); ?>

<hr>
<?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(); ?>