Processing...
@include("backend.includes.flash")
@error('business')
@enderror
@livewire("workflow.workflow-checklist-component")
{{ $message }}
@if ($currentStep == 1)
@include("livewire.service.partials.trademark-registration-step-1")
@endif
@if ($currentStep == 2)
@include("livewire.service.partials.trademark-registration-step-2")
@endif
@if ($currentStep == 3)
@include("livewire.service.partials.trademark-registration-step-3")
@endif
@if ($currentStep == 4)
@include("livewire.service.partials.trademark-registration-step-4")
@endif