{{ __('Informasi Pengguna') }}
{{ __('Perbarui informasi pengguna dan alamat email.') }}
{{-- @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ __('Select A New Photo') }}
@if ($this->user->profile_photo_path)
{{ __('Remove Photo') }}
@endif