@if (!empty($faviconUrl)) @endif
@php $selectedIntent = old('intent', $intent ?? 'trial'); $isTrial = $selectedIntent === 'trial'; @endphp
@if ($isTrial) Start a {{ $trialDays ?? 3 }}-day free trial @elseif ($paymentGatewayEnabled) Full access — {{ $subscriptionPriceFormatted ?? '$3.99' }}/mo @else Register for offline activation @endif
@if ($isTrial) Try the full monitoring workspace free for {{ $trialDays ?? 3 }} days. Convert anytime for {{ $subscriptionPriceFormatted ?? '$3.99' }}/mo. @elseif ($paymentGatewayEnabled) Pay from {{ $subscriptionPriceFormatted ?? '$3.99' }}/mo. Save up to {{ rtrim(rtrim(number_format($maxPlanDiscount ?? 25, 1), '0'), '.') }}% on 12 months. @else Submit registration without a trial. A Super Admin will activate your company after payment confirmation. @endif
@if (session('error')){{ session('error') }}
@endifAlready registered? Sign in