{{ __('Credentials') }} {{ __('Update your profile information and email address.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ getActiveProfile()->name }}
{{ __('Change Photo') }} @if (getActiveProfile()->profile_photo_path) {{ __('Delete Photo') }} @endif
@endif
@if(getActiveProfile() instanceof \App\Models\User) @else @endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! getActiveProfile()->hasVerifiedEmail())

{{ __('Your email address is unverified.') }}

@if ($verificationLinkSent)

{{ __('A new verification link has been sent to your email address.') }}

@endif @endif
{{ __('Saved') }} {{ __('Save') }}