@include("backend.includes.flash")
Loading...
@if($isCompany) @include("livewire.party.partials.view-company") @else @livewire("party.view-party-component", ["partyId" => $partyId]) @endif @if($canUpdate) @if($party->is_person) @livewire("party.create-party-person-component", ["isEdit" => true]) edit person @endif @if($party->is_company) @livewire("party.create-party-company-component", ["isEdit" => true, "emitTo" => "ForUpdateCompany"]) edit company @endif @else View Tranaction @endif
@if($updated)

@lang('labels.history')

@include("livewire.service.partials.update-party-compare")
@endif
@if($updated) @endif
@livewire("workflow.workflow-checklist-component") @push ('page-scripts') @endpush