<?php $__env->startSection('main'); ?>
<div class="widewrapper pagetitle" style="padding-bottom:10px;padding-top:0">
    <div class="container">  
        <div class="row">
            <div class="col-md-4">
                <img class="img-responsive" src="<?php echo URL::asset('img/eoscpq_logo.png');; ?>" style="height:120px;"/>
            </div>
            <div class="col-md-8 feature">
                <h1>How EosCPQ helps the <?= strtolower($needs['Industry']) ?> industry</h1>
            </div>
        </div>
    </div>
</div>
<div class="container" role="main">
    <div class="widewrapper">        
        <?php if ($needs['Dealer'] == 'X'): ?>
        <div class="row">
            <div class="col-md-12 industry-container">
                <h1><?= ucfirst($needs['Industry']) ?> Dealer Portals</h1>
                <p>
The EosCPQ solution is a platform that connects your dealer network and distributors to your sales process and resources. Your partners can access product pricing information, pre-negotiated product prices, customized with your brand and accessible through any device at any time. 
                </p>
            </div>
        </div>
        <?php endif ?>
        <?php if ($needs['Outside'] == 'X'): ?>
        <div class="row">
            <div class="col-md-12 industry-container">
                <h1>Connecting your internal and external sales reps</h1>
                <p>Help sales reps select the correct products and services for each client every time through our Guided Selling tool. The EosCPQ platform is designed to simplify the selling process in various selling scenarios, while minimizing the time it takes to create a quote and order. </p>
            </div>
        </div>
        <?php endif ?>
        <?php if ($needs['Pricing'] == 'X'): ?>
        <div class="row">
            <div class="col-md-12 industry-container">
                <h1>Price your <?= strtolower($needs['Industry']) ?> right the first time</h1>
                <p>
Ensure that your pricing and discounting is accurate, while you generate customer friendly quotes easily and correctly. EosCPQ also ensures that the correct parts and components are included in every quote, completely eliminating errors. Advanced pricing provides consistent volume discounts, pre-negotiated contract pricing and dealer pricing. 
                </p>
            </div>
        </div>
        <?php endif ?>
        <?php if ($needs['Backend'] == 'X'): ?>
        <div class="row">
            <div class="col-md-12 industry-container">
                <h1>Quote, Order, Build and Ship From One Place</h1>
                <p>The backend rules in the EosCPQ platform is built to ensure sales reps, dealers and end users have the ability to quickly change product quantities, configure the best package available, add pre-negotiated discounts all while generating any branded documents, reports and bills of materials for easy tracking and records.</p>
            </div>
        </div>
        <?php endif ?>
        <?php if ($needs['eCommerce'] == 'X'): ?>
        <div class="row">
            <div class="col-md-12 industry-container">
                <h1>Sell your configured <?= strtolower($needs['Industry']) ?> online</h1>
                <p>Give consumers and end users access to the same catalog and product configuration capabilities as your sales reps and dealer network, all while optimizing the shopping experience with side by side features, price comparisons and visual imagery that creates an experience unlike any other.</p>
                Verenia offers a lot of services to help customers move their marketing and sales online, including:
                <ul>
                    <li>Build <?= gp($needs['Industry']) ?> <?= $needs['Industry'] ?> Tool For Your Website</li>
                    <li>Dealer Portals</li>
                    <li>Warranty Management</li>
                    <li>Distributor Order Management</li>
                    <li>And more!</li>
                </ul>
            </div>
        </div>
        <?php endif ?>
    </div>
</div>
<?php $__env->stopSection(); ?>

<?php
function gp($txt)
{
    return (in_array(substr($txt, 0, 1), ['A', 'E', 'I', 'O', 'U'])) ? 'an' : 'a';
}
?>
<?php echo $__env->make('subpages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>