@isset($party) @if ($party->is_person) @if ($compareView) @include("livewire.party.partials.person-history-compare") @else @include("livewire.party.partials.person-history-list") @endif @endif @if ($party->is_company) @if($compareView) @include("livewire.party.partials.company-history-compare") @else @include("livewire.party.partials.company-history-list") @endif @endif @endisset