<?php $__env->startSection('title'); ?>
    Collection AVSR
<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
<style>
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea
{
    width: 210%;
}
</style>
<?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>Check AVSR status</h1>

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


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

                </div>
            </div>

		<button style="margin-left: auto;margin-right: auto;display: block;" class="myButton" type="submit">Check AVSR Report</button>
        <?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(); ?>