<?php $__env->startSection('css_page_level'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('page-content'); ?>
            <!-- CONTENT -->
            <div class="wrap-fluid" id="paper-bg">
                <?php $Setting = app('anlutro\LaravelSettings\SettingStore'); ?>
                <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.neighberhood_intro'); ?></span>
                                </h3>
                            </div>
                            <div class="box-body">
                            <?php if($Setting->get('npm_version') ==  '0'): ?>
                                <?php echo $about->about_1; ?>

                            <?php else: ?>
                                <h1>「南院介紹」內文</h1><p>這裡可以編輯內文。</p>
                            <?php endif; ?>
                            </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_story'); ?></span>
                                </h3>
                            </div>
                            <div class="box-body">
                            <?php if($Setting->get('npm_version') ==  '0'): ?>
                                <?php echo $about->about_2; ?>

                            <?php else: ?>
                                <h1>「南院故事」內文</h1><p>這裡可以編輯內文。</p>
                            <?php endif; ?>
                            </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(); ?>