@php $profileErrors = $errors->updateProfile; @endphp

{{ __('Profile Information') }}

{{ __("Update your account's display name and primary email address.") }}

@if (session('status') === 'profile-updated') @endif
@csrf
@csrf @method('patch')
@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

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

{{ __('Verify it to keep your account secure and receive account-related notifications without interruption.') }}

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

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

@endif
@endif

{{ __('Keep these details accurate so your listings and messages always point back to the right account.') }}