HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/my.esfyn.top/Template/mycms/views/user.blade.php
@include("template::mycms.views._header")
<main class="main">

    <!-- Start Breadcrumb
    ============================================= -->
    <div class="site-breadcrumb" style="background: url(/mycms/cms/theme/mycms/assets/img/breadcrumb/breadcrumb.jpg)">
        <div class="container">
            <h2 class="breadcrumb-title">会员中心</h2>
            <ul class="breadcrumb-menu clearfix">
                <li><a href="{{home_path()}}">网站首页</a></li>
                <li class="active">会员中心</li>
            </ul>
        </div>
    </div>
    <!-- End Breadcrumb -->

    <!-- Start Profile
    ============================================= -->
    <div class="profile-area de-padding">
        <div class="container">
            <div class="profile-wpr">
                <div class="row ps g-5">
                    <div class="col-lg-8">
                        <div class="profile-setting wow fadeInLeft">
                            <img src="https://static.mycms.net.cn/public/logo-2.png">
                        </div>
                    </div>
                    <div class="col-lg-4">
                        <div class="user-profile">
                            <div class="user-profile-pic">
                                <img src="{{auth()->user()->img ?: '/mycms/cms/theme/mycms/assets/img/user/user-default-img.png'}}">
                                <div class="user-profile-bio">
                                    <h5 class="work-title">{{auth()->user()->nickname ?: auth()->user()->name}}</h5>
                                    <span>普通会员</span>
                                </div>
                            </div>

                            <div class="profile-list">
                                <div class="category-list">
                                    <div class="profile-btn">
                                        <a href="{{user_logout_path()}}" class="btn-2">
                                            <i>
                                                <img src="/mycms/cms/theme/mycms/assets/img/icons/login.png">
                                            </i>
                                            退出登录
                                        </a>
                                    </div>
                                </div>
                            </div>

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

            <div class="full-width">
                <span class="icon icon-circle-1 wow zoomIn animated"><img src="/mycms/cms/theme/mycms/assets/img/icons/icon-circle-1.png"></span>
                <span class="icon zoominout"><img src="/mycms/cms/theme/mycms/assets/img/icons/4.png"></span>
            </div>
        </div>
    </div>
    <!-- End Profile -->

</main>

<div class="clearfix"></div>

@include("template::mycms.views._footer")