@extends('theme::layout.public') @section('seo_title')绑定邮箱 - {{ Setting()->get('website_name') }}@endsection @section('content')
@include('theme::layout.profile_menu')

绑定邮箱

@if(Auth()->user()->userData->email_status == 1) @else @endif
@if ($errors->first('email')) {{ $errors->first('email') }} @endif
@if ($errors->first('captcha')) {{ $errors->first('captcha') }} @endif
@endsection