@extends('layouts.public') @section('title', 'Membership Plans - ' . $siteName) @push('head') @endpush @section('content')

Membership

Choose a plan that suits you

Compare {{ $siteName }} membership plans and unlock the features you need.

@forelse ($pricings as $plan)

{{ $plan->plan_name }}

₹{{ $plan->final_cost }}

{{ $plan->duration_days }} days · {{ $plan->view_contact }} contact views

@if ($plan->plan_description)

{{ $plan->plan_description }}

@endif Register to choose this plan
@empty

Membership plans are currently unavailable. Please contact support for assistance.

@endforelse
@endsection