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

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

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


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

<?php echo $__env->make('partials.prestige-advantage-nav', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<hr style="margin-top: 10px;">
        <h1>Prestige Advantage Support</h1>
        <p>Get one of our representatives to visit or assist in training, quotations and negotiations. </p>
    </div>
    <?php echo Form::open(['url' => '/support', 'method' => 'POST', 'data-abide' => '']); ?>


    <div class="row">
        <div class="large-12 columns">
            <textarea name="query" id="query" placeholder="Write your request here"></textarea>
        </div>
    </div>
    <hr>
    <button class="myButton" type="submit">Submit</button>
    <?php echo Form::close(); ?>


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

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

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


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