{{ __('user.profile_information') }}
{{ __('user.profile_information_update') }}
{{-- profile photo --}} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{-- profile photo file input --}} {{-- current profile photo --}}
{{ $this->user->name }}
{{-- new profile photo preview --}} {{ __('user.select_photo') }} @if ($this->user->profile_photo_path) {{ __('user.remove_photo') }} @endif
@endif {{-- firstname --}}
{{-- surname --}}
{{-- email --}}
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) and !$this->user->hasVerifiedEmail())

{{ __('user.email_unverified') }} {{ __('user.click_resend_verification_mail') }}

@if ($this->verificationLinkSent)

{{ __('user.verififacion_mail_send') }}

@endif @endif
{{-- language --}}
{{-- timezone --}}
{{ __('app.saved') }} {{ __('app.save') }}