@extends('user.master') @section('title', '个人资料') @section('content')

个人资料 User Profile

更改头像?

请在衣柜中任意皮肤的右下角「」处选择「设为头像」,将会自动截取该皮肤的头部作为头像哦~

更改密码

更改昵称

更改邮箱

删除账号

@if (!$user->is_admin)

确定要删除你在 {{ Option::get('site_name') }} 上的账号吗?

@else

管理员账号不能被删除哟

@endif
@endsection