{{ __('Profile Information') }} {{ __('Update your account\'s profile information and email address.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ auth()->user()->name }}
{{ __('frontend.select_new_photo') }} @if (auth()->user()->profile_photo_path) {{ __('frontend.remove_photo') }} @endif
@endif
@if (! auth()->user()->is_verified)

{{ __('frontend.your_email_is_unverified') }} {{ __('frontend.click_here_to_verify_email') }}

@endif
{{ __('frontend.saved') }} {{ __('frontend.save') }}