@if(!empty($seo['canonical_url'])) @else @endif @if(!empty($seo['og_image'])) @endif @php $heroBackground = $hero['background_image'] ? asset('storage/'.$hero['background_image']) : null; $heroDashboard = $hero['dashboard_image'] ? asset('storage/'.$hero['dashboard_image']) : null; $aboutImage = $about['image'] ? asset('storage/'.$about['image']) : null; $founderSignature = $about['founder_signature'] ? asset('storage/'.$about['founder_signature']) : null; @endphp
{{ $companyName }}
@if(session('status'))
{{ session('status') }}
@endif @if($tickers->count() > 0)
Notice
@foreach($tickers as $ticker) {{ $ticker->message }} @endforeach @foreach($tickers as $ticker) {{ $ticker->message }} @endforeach
@endif
@if(!empty($companyPhone)) Call: {{ $companyPhone }} @endif @if(!empty($companyEmail)) Email: {{ $companyEmail }} @endif
Home Why Us About How It Works Packages Testimonials Compliance Contact Login Join Now
@if($popup) @endif

{{ $hero['title'] }}

{{ $hero['subtitle'] }}

@foreach($trustBadges as $badge) {{ $badge }} @endforeach
@if($heroDashboard) Dashboard preview @else

Growth Dashboard

Track income, team growth, and bonuses in one view.

@endif

Why Choose Us

A professional, transparent platform designed for long-term growth.

@foreach($features as $feature)
{{ $feature['icon'] ?? $feature->icon }}
{{ $feature['title'] ?? $feature->title }}

{{ $feature['description'] ?? $feature->description }}

@endforeach
@if($aboutImage) About {{ $companyName }} @else

Corporate Standards

Built for compliance, trust, and consistent growth.

@endif

{{ $about['title'] }}

@foreach($about['paragraphs'] as $paragraph)

{{ $paragraph }}

@endforeach
@foreach($about['highlights'] as $highlight)
{{ $highlight }}
@endforeach
@if(!empty($about['founder_name']))
{{ $about['founder_name'] }} @if($founderSignature) Founder signature @endif
@endif

How It Works

Simple onboarding to get you productive fast.

@foreach($steps as $step)
{{ $step['icon'] ?? $step->icon }}
{{ $step['title'] ?? $step->title }}

{{ $step['description'] ?? $step->description }}

@endforeach

Business Plan Overview

Clear income streams with transparent percentages.

@foreach($businessCards as $card)
{{ $card['percentage'] ?? $card->percentage ?? '0%' }}
{{ $card['title'] ?? $card->title }}

{{ $card['description'] ?? $card->description }}

@endforeach

Live Statistics

Numbers that reflect real growth across the network.

0
Total Members
0
Total Withdrawals
0
Business Volume
0
Active Distributors

Packages

Choose a plan aligned with your goals.

@forelse($plans as $plan)
{{ $plan->name }}
Rs. {{ number_format((float) $plan->price, 2) }}
BV {{ number_format((float) $plan->bv, 2) }}
    @foreach($plan->features ?? [] as $feature)
  • {{ $feature }}
  • @endforeach
{{ $plan->button_text ?: 'Join Now' }}
@empty
Plans will be available soon.
@endforelse
@if($products->count() > 0)

Products

Premium wellness products trusted by our community.

@foreach($products as $product)
{{ $product->name }}

BV {{ number_format((float) $product->bv, 2) }}

@endforeach
@endif

Testimonials

Real stories from members across the network.

@if($achievers->count() > 0)

Achievers

Recognizing top performers across the network.

@endif @if($galleryItems->count() > 0)

Gallery

Highlights from events and trainings.

@foreach($galleryItems as $item)
{{ $item->title }}
@endforeach
@endif @if($blogs->count() > 0)

Latest Updates

Insights and announcements from our team.

@foreach($blogs as $blog)
{{ optional($blog->published_at)->format('d M Y') }}

{{ $blog->title }}

{{ $blog->excerpt }}

@endforeach
@endif @if($faqs->count() > 0)

FAQ

@foreach($faqs as $faq)
{{ $faq->question }}

{{ $faq->answer }}

@endforeach
@endif

{{ $cta['title'] }}

{{ $cta['subtitle'] }}