{{ __('Profile Information') }}

{{ __("Update your account's profile information and email address.") }}

@csrf
@csrf @method('patch') @php $avatarHash = optional($user->profile)->avatar_hash; $avatarInitialSrc = \App\Support\AvatarUrl::forUser((int) $user->id, $avatarHash, 128); @endphp

@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

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

@if (session('status') === 'verification-link-sent')

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

@endif
@endif
{{-- Posts & Feed Settings --}}

{{ __('Posts & Feed') }}

{{ __('Auto-post new uploads') }}

{{ __('Automatically create a feed post when you publish new artwork.') }}

user()->profile)->auto_post_upload ? 'checked' : '' }} class="rounded border-gray-300 text-indigo-600 shadow-sm focus:ring-indigo-500" />
{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif