<?php $__env->startSection('title'); ?>
    BCS Request
<?php $__env->stopSection(); ?>

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

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

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

<h1>Feedback</h1>

<p>You will receive email notifications from compuscan with the job status of your request</p>
<p>As soon as the job status is COMPLETED, <a href="/check-BCS-status">click here</a> & user this reference number to get results</p>

<p>To check Job status use your job number</p>

Please note:
    <ul>
        <li>The service availability is 24/7 including weekends and holidays</li>
        <li>SLA Processing times 07:00 – 17:00</li>
        <li>Records received from 00:00 – 17:00 will be send for processing the same day.</li>
        <li>Records received from 17:01 – 23:59 will be send for processing the next day between 00:00 – 17:00.</li>
    </ul>


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

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

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


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