@csrf
{{-- STEP 1: User Information --}}
@if ($currentStep == 1)
@include('livewire.register-steps.step1-user-info')
Next: Business Info
@endif
{{-- STEP 2: Company Information and Documents --}}
@if ($currentStep == 2)
@include('livewire.register-steps.step2-company-info')