@include('auth.profile._accounts')
@include('auth.profile._security')
@include('auth.profile._notifications')
@if($user->active_portal == 'customer')
@include('auth.profile._information')
@endif
@if(config('app.two_factor'))
@include('auth.profile._two_factor_authentication')
@endif