@if ($currentStep == 1)
@include("livewire.service.partials.business-registration-step-1")
@endif
@if ($currentStep == 2)
@include("livewire.service.partials.business-registration-step-2")
@endif
@if ($currentStep == 3)
@include("livewire.service.partials.business-registration-step-3")
@endif
@if ($currentStep == 4)
@include("livewire.service.partials.business-registration-step-4")
@endif