Step 2
@livewire("party.select-party-component", ["excludePartyIds" => [$sellerPartyId]]) @isset($buyerPartyId)

@lang('labels.buyer')

@livewire("party.view-party-component", ["partyId" => $buyerPartyId])
@endisset @error('buyerPartyId') {{ $message }} @enderror