<?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>

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

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

                    <button class="myButton" type="submit">Submit</button>
                </div>
            </div>
             <?php echo Form::close(); ?>


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