@livewire('profile.show', [
'profile' => $profile,
'inactive' => $inactive ?? false,
'hidden' => $hidden ?? false,
'inactiveLabel' => $inactiveLabel ?? false,
'inactiveSince' => $inactiveSince ?? null,
'registerDate' => $registerDate ?? null,
'lastLoginDate' => $lastLoginDate ?? null,
'emailUnverifiedLabel' => $emailUnverifiedLabel ?? false,
'isIncomplete' => $isIncomplete ?? false,
'incompleteLabel' => $incompleteLabel ?? false,
'noExchangesYetLabel' => $noExchangesYetLabel ?? false,
'removedSince' => $removedSince ?? null,
])
@if($showIncompleteWarning ?? false)