@if($user && $user->profile && $showEditProfileForm==false) @include('livewire.user-profile_show_profile') @elseif($showEditProfileForm && $user) @include('livewire.user-profile_edit_userprofile') @endif