{{ __('Business Registration') }}
    @foreach($steps as $index => $step)
  • @if($index + 1 < $default['step']) {{ $step }} @else {{ $step }} @endif
  • @endforeach

Business Information

Contact Information

Billing Contact

HR Contact (Optional)

Plan Selection

Plans are sold in blocks of 5 at $20 per employee ($100 per block).

Plan Blocks

Minimum 1 block required

@{{ Math.ceil(form.plan_quantity /5) }} @{{ Math.ceil(form.plan_quantity /5) === 1 ? 'Block' : 'Blocks' }}

Total Price: $@{{ (Math.ceil(form.plan_quantity /5) * 100).toFixed(2) }}

Terms & Conditions

1. Service Agreement

This Business Registration Agreement ("Agreement") is entered into between your business entity ("Business") and our Telemedicine Platform ("Platform").

2. Trial Period

If opted for, the trial period lasts 30 consecutive days from the date of registration. After the trial period, the Business will be automatically charged for the selected plan.

3. Plan Selection

Each plan block consists of 5 individual plans. The minimum purchase is 1 block. Each plan costs $20, totaling $100 for a standard block of 5 plans.

4. Employee Management

The Business is responsible for managing employee access to the Platform. Terminating an employee will remove their access to the Platform.

5. Data Privacy

The Platform will process and store business and employee data in accordance with applicable data protection laws.

Previous
{{--
@php $csrfToken = csrf_token(); @endphp
--}}