{{ __('Profile') }}

@include('profile.partials.update-profile-information-form')
@if (is_null($user->getAuthPassword())) @include('profile.partials.set-password-form') @else @include('profile.partials.update-password-form') @endif
@if(JoelButcher\Socialstream\Socialstream::show())
@include('profile.partials.connected-accounts-form')
@endif @if (! is_null($user->getAuthPassword()))
@include('profile.partials.delete-user-form')
@endif