<?php $__env->startSection('css_page_level'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page-content'); ?>
            <!-- CONTENT -->
            <div class="wrap-fluid" id="paper-bg">

                <div class="row">
                    <div class="col-lg-12">
                        <div class="box">
                            <div class="box-header">
                                <h3 class="box-title" style="padding-bottom:0px;"><i class="fontello-volume-low"></i>
                                    <span style="font-size:110%;"><?php echo app('translator')->get('messages.committee_group'); ?></span>
                                </h3>
                            </div>
                            <div class="box-body">
                                <?php echo $cmc->cmc_1; ?>

                            </div>
                        </div>

                        <div class="box">
                            <div class="box-header">
                                <h3 class="box-title" style="padding-bottom:0px;"><i class="fontello-volume-low"></i>
                                    <span style="font-size:110%;"><?php echo app('translator')->get('messages.committee_rule'); ?></span>
                                </h3>
                            </div>
                            <div class="box-body">
                                <?php echo $cmc->cmc_2; ?>

                            </div>
                        </div>

                        <div class="box">
                            <div class="box-header">
                                <h3 class="box-title" style="padding-bottom:0px;"><i class="fontello-volume-low"></i>
                                    <span style="font-size:110%;"><?php echo app('translator')->get('messages.neighberhood_manage_rule'); ?></span>
                                </h3>
                            </div>
                            <div class="box-body">
                                <?php echo $cmc->cmc_3; ?>

                            </div>
                        </div>
                    </div>
                </div>

            </div>
            <!-- #/paper bg -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout.front', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>