{{ __('Informacion del perfil') }} {{ __('Actualiza la informacion de tu cuenta Nombre y email.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('Select A New Photo') }} @if ($this->user->profile_photo_path) {{ __('Remove Photo') }} @endif
@endif
{{ __('Guardado') }} {{ __('Guardar') }}