Gym Plans

Pricing

Membership Plans

Choose the perfect plan that fits your lifestyle and fitness goals.

@foreach($plans as $plan)
@if($loop->iteration == 2 || $loop->iteration == 4)
Popular
@endif

{{ $plan->name }}

{{ \App\Models\SiteSetting::getValue('currency_symbol', 'TK') }} {{ number_format($plan->price, 2) }} / {{ $plan->duration_in_days }} days
@if($plan->has_installment)
Or pay in installments: {{ $plan->installment_months }} x {{ \App\Models\SiteSetting::getValue('currency_symbol', 'TK') }} {{ number_format($plan->price / $plan->installment_months, 2) }}
@endif @if($plan->full_payment_discount > 0)
Save {{ \App\Models\SiteSetting::getValue('currency_symbol', 'TK') }} {{ number_format($plan->full_payment_discount, 2) }} on full payment!
@endif

{{ $plan->description }}

    @if($plan->features) @foreach($plan->features as $feature)
  • {{ $feature }}
  • @endforeach @endif
Choose Plan
@endforeach

Still Undecided?

Contact our team for a free consultation and tour of our facilities.

Contact Us