<?php $request = app('Illuminate\Http\Request'); ?>
<?php $sentinel = app('Cartalyst\Sentinel\Native\Facades\Sentinel'); ?>
<?php $setting = app('anlutro\LaravelSettings\Facade'); ?>
<?php $Setting = app('anlutro\LaravelSettings\SettingStore'); ?>
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <!--   <meta content="IE=edge" http-equiv="X-UA-Compatible"> -->
    <meta content="width=device-width, initial-scale=1" name="viewport">
    <meta content="" name="description">
    <meta content="" name="author">
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
    <link href="ico/favicon.ico" rel="shortcut icon">

    <title>
        <?php $CommunityPresenter = app('NSST\Presenters\CommunityPresenter'); ?>
        <?php echo e($CommunityPresenter->comName()); ?> <?php echo e($setting::get('system_name','全方位建築智慧化管理系統')); ?>

    </title>

    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="<?php echo e(asset('front/css/bootstrap.css')); ?>">
    <!-- Bootstrap theme -->
    <!--  <link rel="stylesheet" href="css/bootstrap-theme.min.css"> -->

    <!-- Custom styles for this template -->
    <link rel="stylesheet" href="<?php echo e(asset('front/css/theme.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/dashboard.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/style.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/dripicon.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/css/typicons.css')); ?>" />
    <link rel="stylesheet" href="<?php echo e(asset('front/css/font-awesome.css')); ?>" />
    <link rel="stylesheet" href="<?php echo e(asset('front/css/responsive.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('front/js/tip/tooltipster.css')); ?>">
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('front/js/vegas/jquery.vegas.css')); ?>" />
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('front/js/number-progress-bar/number-pb.css')); ?>">
    <!-- BEGIN PAGE STYLES -->
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/plugins/bootstrap-toastr/toastr.min.css')); ?>"/>
    <script type='text/javascript' src="<?php echo e(asset('front/js/jquery.js')); ?>"></script>
    <?php $__env->startSection('css_page_level'); ?>
    <?php echo $__env->yieldSection(); ?>
    <!-- END PAGE STYLES -->
    <!-- pace loader -->
    <script src="<?php echo e(asset('front/js/pace/pace.js')); ?>"></script>
    <link href="<?php echo e(asset('front/js/pace/themes/orange/pace-theme-flash.css')); ?>" rel="stylesheet" />



</head>

<body role="document">

    <div id="preloader">
        <div id="status">&nbsp;</div>
    </div>

    <!-- TOPNAV -->

    <div class="row">
        <div class="col-lg-3">
            <ul class="nav navbar-nav navbar-left list-unstyled list-inline text-amber date-list">
                <li><i class="fontello-th text-amber"></i>
                </li>
                <li id="Date"></li>
            </ul>
            <ul class="nav navbar-nav navbar-left list-unstyled list-inline text-amber date-list">
                <li><i class="fontello-stopwatch text-amber"></i>
                </li>
                <li id="hours"></li>
                <li class="point">:</li>
                <li id="min"></li>
                <li class="point">:</li>
                <li id="sec"></li>
            </ul>


        </div>
        <div class="col-lg-6">
            <div style="margin-bottom:0;" class="alert text-white ">
                <?php /* <button data-dismiss="alert" class="close" type="button">×</button> */ ?>
                <span class="entypo-info-circled"></span>
                <strong><?php echo app('translator')->get('messages.welcome_back'); ?></strong>&nbsp;&nbsp;
            </div>
        </div>

        <div class="col-lg-3">
            <ul class="nav navbar-nav navbar-right">
                <li>
                    <a data-toggle="dropdown" class="dropdown-toggle text-white" href="javascript:;">
                        <?php $setting = app('anlutro\LaravelSettings\Facade'); ?>
                        <img alt="" class="admin-pic img-circle" src="<?php echo e($setting::get('profile', asset('assets/images/profile.jpg'))); ?>">
                        Hi, <?php echo e($sentinel::check()->name); ?> <b class="caret"></b>
                    </a>
                    <ul style="margin:25px 15px 0 0;" role="menu" class="dropdown-setting dropdown-menu bg-amber">

                        <?php if($user = Sentinel::hasAccess(['manage.access'])): ?>
                        <li>
                            <a href="<?php echo e(route('manage::index')); ?>">
                                <span class="fa fa-laptop"></span><?php echo app('translator')->get('messages.back_to_cpanel'); ?></a>
                        </li>
                        <?php endif; ?>
                        <li>
                            <a href="<?php echo e(action('FrontController@profile')); ?>">
                                <span class="entypo-user"></span>&nbsp;&nbsp;&nbsp;<?php echo app('translator')->get('messages.edit_per_data'); ?></a>
                        </li>
            <li>
                            <a href="<?php echo e(action('FrontController@ucenter')); ?>">
                                <span class="entypo-pencil"></span>&nbsp;&nbsp;&nbsp;個人中心</a>
                        </li>

                        <li>
                            <a href="<?php echo e(route('logout')); ?>">
                                <span class="entypo-vcard"></span>&nbsp;&nbsp;&nbsp;<?php echo app('translator')->get('messages.log_out'); ?></a>
                        </li>
                        

                    </ul>
                </li>

            </ul>
        </div>

    </div>
    <!-- END OF TOPNAV -->
    <!-- Comtainer -->
    <div class="container-fluid paper-wrap bevel tlbr">
        <div id="paper-top">
            <div class="row">
                <div class="col-sm-3 no-pad">
                    <?php $CommunityPresenter = app('NSST\Presenters\CommunityPresenter'); ?>
                    <a class="navbar-brand logo-text" href="<?php echo e(action('FrontController@index')); ?>"><?php echo e($CommunityPresenter->comName()); ?></a>
                </div>
                <!--快訊輪播視窗-->
                <div class="col-sm-6 no-pad">
                    <ul style="margin-top:8px;" class="nav navbar-nav navbar-left list-unstyled list-inline text-gray date-list news-list">

                    </ul>

                </div>



                <div class="col-sm-3 no-pad">
                    <!-- menu right -->
<!--
                    <div class="navbar-right">
                        <ul class="nav navbar-nav margin-left">
                            <!-- Messages: style can be found in dropdown.less-->
<!--
                            <li class="dropdown messages-menu">
                                <div class="drop-btn dropdown-toggle bg-white" data-toggle="dropdown">
                                    <i class="fa  fa-envelope text-navy"></i>
                                   <!-- <span class="label label-success label-drop"><?php echo e($unread_count); ?></span> -->
<!--
                                </div>
                                <ul class="dropdown-menu drop-msg ">
                                    <li class="header bg-green">
                                       <!-- 您有<?php echo e($unread_count); ?>個未讀訊息</li> -->
<!--
                                        敬請期待</li>
                                    <li>
                                        <!-- inner menu: contains the actual data -->
<!--
                                        <ul class="menu bg-white">

                                        </ul>
                                    </li>

                                    <li class="footer-green">
                                        <!--    <div class="btn btn-xs bg-opacity-white-btn  fontello-arrows-cw"></div>
                                        <div class="btn btn-xs bg-opacity-white-btn fontello-trash"></div>
                                        <div class="btn btn-xs bg-opacity-white-btn fontello-eye-outline"></div> -->
<!--
                                    </li>
                                </ul>
                            </li>
                            <!-- Notifications: style can be found in dropdown.less -->
<!--
                            <li class="dropdown notifications-menu">
                                <div class="drop-btn dropdown-toggle bg-white" data-toggle="dropdown">
                                    <i class="fa  fa-exclamation-triangle text-navy"></i>
                                    <?php $NoticePresenter = app('NSST\Presenters\NoticePresenter'); ?>

                                    <span class="label bg-aqua label-drop"><?php echo e($NoticePresenter->countUnreadNotice()); ?></span>
                                </div>
                                <ul class="dropdown-menu drop-noft">

                                    <li class="header bg-aqua">
                                        <?php echo e($NoticePresenter->countUnreadNotice()); ?>個 未讀通知</li>
                                    <li>
                                        <!-- inner menu: contains the actual data -->
<!--
                                        <ul class="menu bg-white">
                                            <?php echo $NoticePresenter->renderLastNoticeInFront(10); ?>

                                        </ul>
                                    </li>

                                    <li class="footer-blue">

                                    </li>
                                </ul>
                            </li>
                            <!-- Tasks: style can be found in dropdown.less -->
<!--
                        </ul>
                    </div>
-->
                </div>
                <!-- end of menu right -->
            </div>
        </div>

        <!-- SIDE MENU -->
        <div class="wrap-sidebar-content">
            <div id="skin-select">
                <a id="toggle">
                    <span class="fa icon-menu"></span>
                </a>

                <div class="skin-part">
                    <div id="tree-wrap">
                        <div class="side-bar">
                            <ul id="menu-showhide" class="topnav">
                                <li class="devider-title">
                                    <h3>
                                        <span><?php echo app('translator')->get('messages.function_menu'); ?></span>
                                    </h3>
                                </li>
                                <li >
                                    <a style="border-left:4px solid #5F9BDB; padding:0 0 0 16px;" class="tooltip-tip" href="<?php echo e(route('website::index')); ?>" title="Dashboard">
                                        <i class="fontello-desktop-1"></i>
                                        <span><?php echo app('translator')->get('messages.homepage'); ?></span>

                                    </a>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="<?php echo app('translator')->get('messages.introoo'); ?>">
                                        <i class=" fontello-mail-1"></i>
                                        <span><?php echo app('translator')->get('messages.introoo'); ?></span>
                                    </a>
                                    <ul>
                                        <li>
                                            <a href="<?php echo e(route('website::about')); ?>" title="<?php echo app('translator')->get('messages.about_neighberhood'); ?>"><?php echo app('translator')->get('messages.about_neighberhood'); ?></a>
                                        </li>
                                        <?php if($Setting->get('npm_version') ==  '0'): ?>
                                        <li>
                                            <a href="<?php echo e(route('website::cmc')); ?>" title="<?php echo app('translator')->get('messages.committee'); ?>"><?php echo app('translator')->get('messages.committee'); ?></a>
                                        </li>
                                        <?php endif; ?>
                                    </ul>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="<?php echo app('translator')->get('messages.community_news'); ?>">
                                        <i class="fontello-note"></i>
                                        <span><?php echo app('translator')->get('messages.community_news'); ?></span>
                                    </a>
                                    <ul>
                                        <li>
                                            <a href="<?php echo e(route('website::news',['type' => '最新消息'])); ?>" title="<?php echo app('translator')->get('messages.latest_news'); ?>"><?php echo app('translator')->get('messages.latest_news'); ?></a>
                                        </li>
                                        <li>
                                            <?php if($Setting->get('npm_version') ==  '0'): ?>
                                            <a href="<?php echo e(route('website::news',['type' => '社區公告'])); ?>" title="<?php echo app('translator')->get('messages.community_news'); ?>"><?php echo app('translator')->get('messages.community_news'); ?></a>
                                            <?php else: ?>
                                            <a href="<?php echo e(route('website::news',['type' => '南院公告'])); ?>" title="<?php echo app('translator')->get('messages.community_news'); ?>"><?php echo app('translator')->get('messages.community_news'); ?></a>
                                            <?php endif; ?>
                                        </li>
                                        <?php if($Setting->get('npm_version') ==  '0'): ?>
                                        <li>
                                            <a href="<?php echo e(route('website::news',['type' => '管委會訊息'])); ?>" title="<?php echo app('translator')->get('messages.committee_info'); ?>"><?php echo app('translator')->get('messages.committee_info'); ?></a>
                                        </li>
                                        <?php endif; ?>
                                        <?php if($Setting->get('npm_version') ==  '0'): ?>
                                        <li>
                                            <a href="<?php echo e(route('website::news',['type' => '社區財報'])); ?>" title="<?php echo app('translator')->get('messages.community_fin'); ?>"><?php echo app('translator')->get('messages.community_fin'); ?></a>
                                        </li>
                                        <?php endif; ?>
                                    </ul>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="Layout">
                                        <i class=" fontello-pencil-1"></i>
                                        <span><?php echo app('translator')->get('messages.nei_info'); ?>
                                            <small class="side-menu-noft bg-aqua">new</small>
                                        </span>

                                    </a>
                                    <ul>
                                        <!--  <li class="hide-min-toggle">UI Element</li> -->
                                        <li>
                                            <a href="<?php echo e(route('website::meeting')); ?>" title="<?php echo app('translator')->get('messages.neighberhood_meeting'); ?>"><?php echo app('translator')->get('messages.neighberhood_meeting'); ?></a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::activity')); ?>" title="<?php echo app('translator')->get('messages.neighberhood_party'); ?>"><?php echo app('translator')->get('messages.neighberhood_party'); ?></a>
                                        </li>
                                          <li>
                                              <a href="<?php echo e(route('website::news',['type' => '常見FAQ'])); ?>" title="<?php echo app('translator')->get('messages.common_faq'); ?>"><?php echo app('translator')->get('messages.common_faq'); ?></a>
                                          </li>
                                    </ul>
                                </li>
                                <?php if($Setting->get('npm_version') ==  '0'): ?>
                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="Bg">
                                        <i class="fontello-photo"></i>
                                        <span>好康專區
                                            <small class="side-menu-noft bg-aqua">new</small>
                                        </span>

                                    </a>
                                    <ul>
                                        <li>
                                            <a href="<?php echo e(route('website::secondhand')); ?>" title="Image">二手商品</a>
                                        </li>
                                        
                                        <li>
                                            <a href="<?php echo e(route('website::rentsale')); ?>" title="">房屋租售</a>
                                        </li>
                                        
                                        <li>
                                            <a href="<?php echo e(route('website::sale')); ?>" title="週邊商家">週邊商家</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::store')); ?>" title="熱門店家">熱門店家</a>
                                        </li>
                                        
                                        <li>
                                            <a href="<?php echo e(route('website::festival')); ?>" title="熱門節慶">熱門節慶</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::tour')); ?>" title="推薦之旅">推薦之旅</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::theme_spot')); ?>" title="主題景點">主題景點</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::spot')); ?>" title="社區景點">社區景點</a>
                                        </li>
                                    </ul>
                                </li>
                                <?php endif; ?>
                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="Form">
                                        <i class="fontello-doc-1"></i>
                                        <span><?php echo app('translator')->get('messages.neighberhood_service'); ?></span>
                                    </a>
                                    <ul>
                                        <li>
                                            <a href="<?php echo e(route('website::mail')); ?>" title="<?php echo app('translator')->get('messages.post_package'); ?>">
                                                <span><?php echo app('translator')->get('messages.post_package'); ?>
                                                    <?php $MailPresenter = app('NSST\Presenters\MailPresenter'); ?>
                                                    <?php if($MailPresenter->countPendingMails() > 0): ?>
                                                    <small class="side-menu-noft bg-aqua"><?php echo e($MailPresenter->countPendingMails()); ?></small>
                                                    <?php endif; ?>
                                                </span>
                                            </a>
                                        </li>
                                        <?php if($Setting->get('npm_version') ==  '0'): ?>
                                        <li>
                                            <a href="<?php echo e(route('website::keeper')); ?>" title="寄物服務">
                                                <span>寄物服務
                                                    <?php $KeeperPresenter = app('NSST\Presenters\KeeperPresenter'); ?>
                                                    <?php if($KeeperPresenter->countPendingKeepers() > 0): ?>
                                                    <small class="side-menu-noft bg-aqua"><?php echo e($KeeperPresenter->countPendingKeepers()); ?></small>
                                                    <?php endif; ?>
                                                </span>
                                            </a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::guest')); ?>" title="訪客服務">
                                                <span>訪客服務
                                                    <?php $GuestPresenter = app('NSST\Presenters\GuestPresenter'); ?>
                                                    <?php if($GuestPresenter->countPendingGuests() > 0): ?>
                                                    <small class="side-menu-noft bg-aqua"><?php echo e($GuestPresenter->countPendingGuests()); ?></small>
                                                    <?php endif; ?>
                                                </span>
                                            </a>
                                        </li>
                                        <?php endif; ?>
                                    </ul>
                                </li>

                                <li>
                                    <a class="tooltip-tip" href="javascript:;" title="Tables">
                                        <i class="fontello-calendar-1"></i>
                                        <span><?php echo app('translator')->get('messages.neighbor_hood'); ?></span>
                                    </a>
                                    <ul>
                                        <!-- <li>
                                            <a href="#" title="Table Static">社區留言板</a>
                                        </li> -->
                                        <li>
                                            <a href="<?php echo e(route('website::discuss')); ?>" title="Table Dynamic">社區討論區</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::vote')); ?>" title="Table Dynamic"><?php echo app('translator')->get('messages.nei_vote'); ?></a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::fault_report')); ?>" title="Table Dynamic">室內修繕服務</a>
                                        </li>
                                        <li>
                                            <a href="<?php echo e(route('website::fault_report_outside')); ?>" title="Table Dynamic">公區修繕服務</a>
                                        </li>
                                    </ul>
                                </li>
                                <li class="devider-horizontal"></li>
                                <li class="devider-title">
                                    <h3>
                                        <span><?php echo app('translator')->get('messages.quick_link'); ?></span>
                                    </h3>
                                </li>

                                <li>
                                    <a class="tooltip-tip" href="<?php echo e(action('FrontController@inst')); ?>" title="Icons">
                                        <i class="fontello-food"></i>
                                        <span><?php echo app('translator')->get('messages.reserve_facility'); ?></span>
                                    </a>
                                </li>
                                <?php if($Setting->get('health_calendar') ==  'show'): ?>
                                <li>
                                    <a class="tooltip-tip" href="<?php echo e(action('HealthCalendarController@medicate')); ?>" title="Icons">
                                        <i class="fontello-calendar-1"></i>
                                        <span>用藥提醒</span>
                                    </a>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="<?php echo e(action('HealthCalendarController@rehabilitation')); ?>" title="Icons">
                                        <i class="fontello-calendar-1"></i>
                                        <span>復健提醒</span>
                                    </a>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="<?php echo e(action('HealthCalendarController@leisure')); ?>" title="Icons">
                                        <i class="fontello-calendar-1"></i>
                                        <span>休閒提醒</span>
                                    </a>
                                </li>
                                <li>
                                    <a class="tooltip-tip" href="<?php echo e(action('HealthCalendarController@referral')); ?>" title="Icons">
                                        <i class="fontello-calendar-1"></i>
                                        <span>回診提醒</span>
                                    </a>
                                </li>
                                <?php endif; ?>
                                <li class="devider-horizontal"></li>
                            </ul>
                            <div class="side-dash">

                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- #/skin-select -->
            <!-- END OF SIDE MENU -->

            <!-- Breadcrumb -->
            <div class="sub-board">
                <?php if($Setting->get('npm_version') ==  '0'): ?>
                <span class="header-icon"><i class="fontello-home"></i>
                </span>
                <ol class="breadcrumb newcrumb ng-scope">
                    <li>
                        <a href="javascript:;">
                            <span>
                            </span>dashboard</a>
                    </li>

                </ol>


                <div class="dark" style="visibility: visible;">
                    <form class="navbar-form navbar-left" role="search">
                        <div class="form-group">
                            <input type="text" class="form-control search rounded id_search" placeholder="<?php echo app('translator')->get('messages.not_allow'); ?>">
                        </div>
                    </form>
                </div>
                <?php endif; ?>
            </div>
            <!-- End of Breadcrumb -->
            <?php $__env->startSection('page-content'); ?>
            <?php echo $__env->yieldSection(); ?>

        </div>
        <!-- ./wrap-sidebar-content -->

        <!-- / END OF CONTENT -->

        <!-- FOOTER -->
        <div id="footer">
            <div class="devider-footer-left"></div>
            <div class="time">
                <p id="spanDate"></p>
                <p id="clock"></p>
            </div>
            <div class="copyright"><?php echo e($setting::get('copyright_1','2015 © NSST 全方位建築智慧化管理系統')); ?> <a href="<?php echo e($setting::get('company_web','http://www.nsst.com.tw/')); ?>"><?php echo e($setting::get('copyright_company','新保科技有限公司')); ?></a>
            聯絡電話：<?php echo e($CommunityPresenter->comPhone()); ?>

            </div>

        </div>
        <!-- / FOOTER -->
    </div>
    <!-- Container -->

    <!--
    ================================================== -->
    <!-- Main jQuery Plugins -->

    <script type='text/javascript' src="<?php echo e(asset('front/js/bootstrap.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/date.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/slimscroll/jquery.slimscroll.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/jquery.nicescroll.min.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/sliding-menu.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/scriptbreaker-multiple-accordion-1.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/tip/jquery.tooltipster.min.js')); ?>"></script>

    <script type='text/javascript' src="<?php echo e(asset('front/js/tab/jquery.newsTicker.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/tab/app.ticker.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/app.js')); ?>"></script>


    <script type='text/javascript' src="<?php echo e(asset('front/js/vegas/jquery.vegas.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/vegas.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/image-background.js')); ?>"></script>
    <script type="text/javascript" src="<?php echo e(asset('front/js/jquery.tabSlideOut.v1.3.js')); ?>"></script>
    <script type="text/javascript" src="<?php echo e(asset('front/js/bg-changer.js')); ?>"></script>

    <script type='text/javascript' src="<?php echo e(asset('front/js/number-progress-bar/jquery.velocity.min.js')); ?>"></script>
    <script type='text/javascript' src="<?php echo e(asset('front/js/number-progress-bar/number-pb.js')); ?>"></script>
    <script src="<?php echo e(asset('front/js/loader/loader.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('front/js/loader/demo.js')); ?>" type="text/javascript"></script>
    <script type="text/javascript" src="<?php echo e(asset('front/js/skycons/skycons.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/global/plugins/bootstrap-toastr/toastr.min.js')); ?>" type="text/javascript" ></script>
    <?php $__env->startSection('plugins_page_level'); ?>
    <?php echo $__env->yieldSection(); ?>
    <!-- Page script -->

    <!-- TAB SLIDER -->

    <script type="text/javascript">

        $('#status').fadeOut(); // will first fade out the loading animation
        $('#preloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
        $('body').delay(350).css({
            'overflow': 'visible'
        });
        $.vegas('slideshow', {
            delay: 8000,
            backgrounds: [{
                src: '<?php echo e(url("front/img/agriculture-farming-field.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/analog-camera-kodak-old.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/activity-aviation-fly.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/boat-lake-landing-stage.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/city-people-shops.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/keyboard-old-technology.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/bg4.jpg")); ?>',
                fade: 2000
            }, {
                src: '<?php echo e(url("front/img/asia-buildings-china.jpg")); ?>',
                fade: 2000
            }]
        })('overlay', {
            src: '<?php echo e(url("front/js/vegas/overlays/06.png")); ?>'
        });

    </script>



<?php $__env->startSection('js_page_level'); ?>
<?php echo $__env->yieldSection(); ?>


</body>

</html>
