@if($gym['logo'] ?? null)
![{{ $gym['name'] }}]({{ $gym['logo'] }})
@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 --}}
{{-- 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)
id }} ? null : {{ $plan->id }}">
{{ $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