Processing...
@include("backend.includes.flash") @error('business')
@enderror @error('workflowType')
@enderror @error('totalOwnershipPercentage')
@enderror
@if ($currentStep == 1) @include("livewire.service.partials.manage-ownership-step-1") @endif @if ($currentStep == 2) @include("livewire.service.partials.manage-ownership-step-2") @endif @if ($currentStep == 3) @include("livewire.service.partials.manage-ownership-step-3") @endif @if ($currentStep == 4) @include("livewire.service.partials.manage-ownership-step-4") @endif
@livewire("workflow.workflow-checklist-component")