{{ __('Informações do Perfil') }}

{{ __("Actualize as informações da sua conta e endereço de email.") }}

@csrf
@csrf @method('patch')
@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
{{ __('Salvar') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif