@include("backend.includes.flash")
Processing...
@isset($party)

{{ $party->party_name }}

@companyStatusBadge($party)
@can("update_party") @if($party->is_person) @livewire("party.create-party-person-component", ["isEdit" => true, "partyId" => $party->id, "directUpdatePerson" => true]) edit person @endif @if($party->is_company) @canRegister($party->partyable) register @endCanRegister @endif @endcan
@endisset
@include("livewire.widgets.confirm-widget")