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