<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
    <title><?php echo $__env->yieldContent('title'); ?></title>
    <?php $__env->startSection('head'); ?>
        <link rel="stylesheet" href="/static/css/common/animate.css">
        <link rel="stylesheet" href="/static/css/common/base.css">
        <link rel="stylesheet" href="/static/css/index/index.css?vt=<?php echo e(time()); ?>">
    <?php echo $__env->yieldSection(); ?>
</head>
<body>
<div class="wrapper">
    <div class="warn">
        <div class="alert_info error_info"></div>
        <div class="alert_info cover_info">
            <div>

                <span>感谢你的一票</span>
                <span>你是第 <i class="cover_name"></i> 位支持</span>
                <span>他(她)的好友！</span>
            </div>
        </div>
        <div class="alert_info show_info">
            <div>

                <span>提 示</span>
                <span>领取优惠券将跳转到其</span>
                <span>他网页，如需报名请再</span>
                <span>次访问</span>
                <span><button class="btn-close" style="margin-right: 20px;">取消</button><button class="btn-sub">确定</button></span>
            </div>
        </div>
    </div>
    <?php echo $__env->yieldContent('main-content'); ?>
</div>
<?php $__env->startSection('script'); ?>
    <script src="/static/plugins/jquery/jquery.min.js"></script>
    <script src="/static/js/adminbase.js?vt=<?php echo e(time()); ?>"></script>
    <script src="/static/js/ajaxfileupload.js?vt=<?php echo e(time()); ?>"></script>
    <script src="/static/js/web.js?vt=<?php echo e(time()); ?>"></script>
<?php echo $__env->yieldSection(); ?>
</body>
</html>
