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

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

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

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

<?php echo $__env->make('partials.dashboard-menu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<h1>Set Pricing for <?php echo $company; ?></h1>

        <div class="row">
            <div style="text-align: right;" class="large-6 columns">
                <a href="/set-standard-pricing/<?php echo $company; ?>"><i style="font-size: 150px;" class="fa fa-money" aria-hidden="true"></i>
                <h4>Use Standard Pricing</h4></a>
            </div>
            <div style="text-align: inherit;" class="large-6 columns">
                <a href="/set-pricing/<?php echo $company; ?>"><i style="font-size: 150px;" class="fa fa-money" aria-hidden="true"></i>
                <h4>Customized Pricing</h4></a>
            </div>
        </div>
<hr>
<?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>