@if ($submitted)

Application received

Your lead is pending approval.

A Super Admin will review your details before dashboard access is enabled.

Back to Home Approved Client Login
@else
Step {{ $step }} of 5 {{ $serviceType }}
@if ($step === 1)

Namaste

What is your full name?

@elseif ($step === 2)

Contact

Where should our team reach you?

@elseif ($step === 3)

Service

Choose the service you need.

@foreach (['Loan Service', 'Tax Service', 'Both Services'] as $option) @endforeach
@elseif ($step === 4)

Service Details

Tell us what to prepare before calling you.

@if (in_array($serviceType, ['Loan Service', 'Both Services'], true))

Loan Details

@endif @if (in_array($serviceType, ['Tax Service', 'Both Services'], true))

Tax and Business Details

@endif
@elseif ($step === 5)

Review

Ready to submit?

{{ $name }}

{{ $phone }} - {{ $serviceType }}

Your request will be saved as a pending lead. After Super Admin approval, your portal will show the correct loan, tax, and accounting tools for your selected service.

@endif
@if ($step < 5) @else @endif
Public access is lead-only. Admin approval creates the client portal record.
@endif