<?php $__env->startSection('content'); ?>
    <div class="container-content">
        <h3 class="main-heading"><i class="fa fa-user" aria-hidden="true"></i> Registration Details</h3>
        <div class="col-sm-12 col-xs-6 contact-section-large first-box">
            <div class="col-lg-12 text-center registration-certification animated fadeInDown">
                <p>AARDEE CONSULTANCY (PRIVATE) LIMITED</p>
                <p>Registration #: 0102327</p>
                <img src="<?php echo url('Content/images/aaRDee SECP Registration.jpg'); ?>" width="300" alt="aaRDee SECP 0Registration" />
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('front-layout.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>