<?php $__env->startSection('content'); ?>
    <div class="container-content">
        <h3 class="main-heading"><i class="fa fa-sitemap" aria-hidden="true"></i> IBS - Business Model</h3>
        <div class="col-sm-12 col-xs-12 text-center">
            <img style="width:900px; height:500px;" src="<?php echo url('Content/images/IBSBusinessModel.png'); ?>" alt="IBS - Business Model" class="img-rounded">
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('front-layout.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>