{{ __('個人資料資訊') }} {{ __('更新您帳戶的個人資料資訊和電子郵件地址。') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('Select A New Photo') }} @if ($this->user->profile_photo_path) {{ __('Remove Photo') }} @endif
@endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail())

{{ __('Your email address is unverified.') }}

@if ($this->verificationLinkSent)

{{ __('A new verification link has been sent to your email address.') }}

@endif @endif
{{ __('已儲存!') }} {{ __('儲存') }}