<?php $__env->startSection('title'); ?>
    Previous Company Search
<?php $__env->stopSection(); ?>

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

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

<?php $__env->startSection('content'); ?>
<h1>Previous Company Search</h1>

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


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

    </div>
</div>


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

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

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