@if(!empty($seo['canonical_url'])) @else @endif @if(!empty($seo['og_image'])) @endif @php $heroBackground = $hero['background_image'] ? asset('storage/'.$hero['background_image']) : null; $aboutImage = $about['image'] ? asset('storage/'.$about['image']) : null; $founderSignature = $about['founder_signature'] ? asset('storage/'.$about['founder_signature']) : null; $preloaderEnabled = (bool) ($preloader['enabled'] ?? true); $preloaderColor = (string) ($preloader['color'] ?? '#16a34a'); if (!str_starts_with($preloaderColor, '#')) { $preloaderColor = '#'.$preloaderColor; } $preloaderLogo = !empty($preloader['logo']) ? asset('storage/'.$preloader['logo']) : null; $companyAddressDisplay = trim((string) $companyAddress) !== '' ? $companyAddress : 'Lakhsman Wellness Private Limited, Hutpa, Hazaribag, Jharkhand, INDIA (825313)'; $companyPhoneDisplay = trim((string) $companyPhone) !== '' ? $companyPhone : '8234673299'; $companyEmailDisplay = trim((string) $companyEmail) !== '' ? $companyEmail : 'hy@lakhsmanwelleness.in'; @endphp @if($preloaderEnabled)
@if($preloaderLogo) {{ $companyName }} @else
@endif
{{ $companyName }}
@endif @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
Call: {{ $companyPhoneDisplay }} Email: {{ $companyEmailDisplay }} {{ $companyAddressDisplay }}
Home About Awareness Bonus Club Product Gallery Legal Franchise Contact
@include('partials.announcement-popups', [ 'announcements' => $announcements ?? collect(), 'scope' => 'public', ])
@if($heroSlides->count() > 0) @foreach($heroSlides as $slide) @php $slideImage = $slide->background_image_path ? asset('storage/'.$slide->background_image_path) : ($heroBackground ?: null); @endphp
Lakhsman Wellness

{{ $slide->title }}

{{ $slide->subtitle ?: $hero['subtitle'] }}

@foreach($trustBadges as $badge) {{ $badge }} @endforeach
@endforeach @else
Welcome to {{ $companyName }}

{{ $hero['title'] }}

{{ $hero['subtitle'] }}

@foreach($trustBadges as $badge) {{ $badge }} @endforeach
@endif
@if($aboutImage) About {{ $companyName }} @else

We Provide High Quality Ayurvedic Products

Premium formulations with a strong wellness ecosystem.

@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

Product Highlights

Premium quality natural and scientifically tested wellness solutions.

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

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

@endforeach
@if($products->count() > 0)

Popular Products

BV is generated only on approved product purchases.

@foreach($products as $product)
@if(!empty($product->image_path)) {{ $product->name }} @endif
{{ $product->name }}
Price: Rs. {{ number_format((float) $product->dp_price, 2) }} | BV: {{ number_format((float) $product->bv, 2) }}
@endforeach
@endif

Company Stats

Live counters from our business network.

0
Happy Customers
0
Distributors
0
Products
0
Awards

Bonus / Income Plan

Configurable binary plans with member or amount-based matching.

@forelse($plans as $plan)
{{ $plan->name }}
Rs. {{ number_format((float) $plan->price, 2) }}
Matching: {{ strtoupper($plan->matching_type ?? 'member') }}
Pair: {{ number_format((float) ($plan->pair_income ?? 0), 2) }} | Binary %: {{ number_format((float) ($plan->binary_percentage ?? 0), 2) }}
    @foreach($plan->features ?? [] as $feature)
  • {{ $feature }}
  • @endforeach
{{ $plan->button_text ?: 'Join Now' }}
@empty
Plans will be available soon.
@endforelse

Club / Rewards

Recognition and milestone rewards for top performers.

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

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

@endforeach

Testimonials

Real stories from our wellness and distribution network.

@foreach($testimonials as $testimonial)
{{ $testimonial['name'] ?? $testimonial->name }}
{{ $testimonial['role'] ?? $testimonial->role }}

{{ $testimonial['text'] ?? $testimonial->message }}

{!! str_repeat('★', (int) ($testimonial['rating'] ?? 5)) !!}
@endforeach
@if($blogs->count() > 0)

Blog / News

Latest awareness content and product updates.

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

{{ $blog->title }}

{{ $blog->excerpt }}

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

{{ $cta['title'] }}

{{ $cta['subtitle'] }}