{{ __('Profile') }}

@if (!auth()->user()->must_change_password)
@include('profile.partials.update-profile-information-form')
@endif
@include('profile.partials.update-password-form')
@if (!auth()->user()->must_change_password)
@include('profile.partials.delete-user-form')
@endif