<?php echo $__env->make('front.include.partners', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<footer class="site-footer footer-opt-1">
    <div class="container">
        <div class="footer-column">
            <div class="row">
                <div class="col-md-4 col-lg-4 col-sm-6">
                    <strong class="logo-footer">
                        <img src="/front/img/flogo2.png" alt="logo">
                    </strong>
                    <table class="address">
                        <tr>
                            <td><b><?php echo Lang::get('const.address'); ?>: </b>
                            </td>
                            <td>
                                <?php echo $contact->address; ?>

                            </td>
                        </tr>
                        <tr>
                            <td><b><?php echo Lang::get('const.phone'); ?>: </b>
                            </td>
                            <td>
                                <?php echo $contact->phone; ?>

                            </td>
                        </tr>
                        <tr>
                            <td><b><?php echo Lang::get('const.email'); ?>:</b>
                            </td>
                            <td>
                                <?php echo $contact->email; ?>

                            </td>
                        </tr>
                    </table>
                </div>
                <div class="col-md-3 col-lg-2 col-sm-6">
                    <div class="links">
                        <h3 class="title"><?php echo $rated_links->title; ?></h3>
                        <ul>
                            <?php foreach($rated_links->getMenuItems() as $value): ?>
                                <li>
                                    <a href=""><?php echo $value->title; ?></a>
                                </li>
                            <?php endforeach; ?>
                        </ul>
                    </div>
                </div>
                <div class="col-md-2 col-lg-2 col-sm-6">
                    <div class="links">
                        <h3 class="title"><?php echo $instant_links->title; ?> </h3>
                        <ul>
                            <?php foreach($instant_links->getMenuItems() as $value): ?>
                                <li>
                                    <a href=""><?php echo $value->title; ?></a>
                                </li>
                            <?php endforeach; ?>
                        </ul>
                    </div>
                </div>
                <div class="col-md-4 col-lg-4 col-sm-6">
                    <div class="block-newletter">
                        <div class="block-title"><?php echo Lang::get('const.connect_with_us'); ?></div>
                        <!--<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fdgamsut%2F&tabs=timeline&width=300&height=180&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=153446858513478" width="300" height="180" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>-->
                    </div>
                    <div class="block-social" style="margin-left: 80px">
                        <div class="block-title"></div>
                        <div class="block-content">
                            <a href="<?php echo isset($contact->facebook) ? $contact->facebook : ''; ?>" target="_blank">
                                <i class="fa fa-facebook" aria-hidden="true"></i>
                            </a>
                            <a href="<?php echo isset($contact->twitter) ? $contact->twitter : ''; ?>" target="_blank">
                                <i class="fa fa-twitter" aria-hidden="true">
                                </i>
                            </a>
                            <a href="<?php echo isset($contact->youtube) ? $contact->youtube : ''; ?>" target="_blank">
                                <i class="fa fa-youtube" aria-hidden="true">
                                </i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="copyright">Copyright © 2019
            <a style="border-bottom: none" href="#" target="_blank">
                Дорноговь аймгийн Мэргэжлийн сургалт үйлдвэрлэлийн төв 
            </a>
        </div>
    </div>
</footer>
