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

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

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

<?php $__env->startSection('content'); ?>
<img style="max-width: 30%;display: block; margin-top: -3rem; margin-left: auto; margin-right: auto;" src="/img/Prestige_Logo.jpg" />
<div style="width: 550px !important;border: solid #009ddc 7px;background-image: url(/img/da-background.jpg);" class="login">
<h1>Get BCE Report</h1>
<p style="text-align: center;">Please note: you can only collect your report once you receive a "JOB STATUS COMPLETE" email from Compuscan.</p>

       

            <div class="row">
                <div class="large-12 columns">
                    <label>Job ID</label>
                    <?php echo Form::text('jobId'); ?>

                    <a href="/collect-BCS-report"><button style="    margin-left: auto;
                                       margin-right: auto;
                                       display: block;" type="submit">Submit</button></a>
                </div>
            </div>


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

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

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


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