@vite(['resources/js/blade.js'])
@if($gym['logo'] ?? null) {{ $gym['name'] }} @elseif($gym['name'] ?? null)
{{ strtoupper(mb_substr($gym['name'], 0, 1)) }}
@endif

Interested in {{ $gym['name'] ?? 'joining' }}?

Leave your details and the team will reach out

{{-- STEP 1: details + send OTP --}}
Full name must be at least 2 characters and may only contain letters, spaces, hyphens, apostrophes and dots.
+91
Enter a valid 10-digit Indian mobile number (starting 6–9).
needed.
{{-- STEP 2: OTP verification --}}

Enter the 4-digit code sent to

Resend code in
{{-- STEP 3: (optional) plan interest + submit --}}
@if(count($plans))
@foreach($plans as $plan)
{{ $plan->name }} ₹{{ number_format($plan->price, 0) }}
{{ $plan->duration_value }} {{ \Illuminate\Support\Str::plural($plan->duration_unit, $plan->duration_value) }} @if($plan->description) · {{ $plan->description }} @endif
@endforeach
@endif
{{-- STEP 4: done --}}

Thanks! 🎉

The team at {{ $gym['name'] ?? 'the gym' }} has your details and will reach out shortly.

Already a member? Sign in