@include("backend.includes.flash")
Loading...

@lang('labels.party')

@livewire("party.view-party-component", ["partyId" => $partyId]) @if($canUpdate) @if($party->is_person) @livewire("party.create-party-person-component", ["isEdit" => true,"type" => 'EDIT','showHeightWeight' => true]) Edit Person @endif @if($party->is_company) @livewire("party.create-party-company-component", ["isEdit" => true,"type" => 'EDIT']) Edit Company @endif @else View Tranaction @endif
@if($updated)

@lang('labels.history')

@livewire("party.party-history-component", ["partyId" => $partyId])
@endif
  • @if($updated)
  • @endif
@livewire("workflow.workflow-checklist-component")
@push ('page-scripts') @endpush @push ('page-scripts') @endpush