@extends('frontend.layouts.app') @section('content')
{{-- ══ HERO ══ --}} @guest
{{ translate('Partner Program') }}

{{ translate('Turn Your Network') }}
{{ translate('Into Income') }}

{{ translate('Join thousands of partners across India earning commissions by connecting customers to our services. Check availability and start today.') }}

₹50K+ {{ translate('Avg Monthly') }}
10K+ {{ translate('Active Partners') }}
500+ {{ translate('Cities') }}
{{-- ── TAB PANEL ── --}}
{{-- Tabs --}}
{{-- Pane: Availability --}}

{{ translate('Anyone can check — login required to purchase') }}

{{-- Pane: Login --}}
@auth
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}

{{ translate('Logged in as a Partner') }}

🚀 {{ translate('Go to Dashboard') }}
@else
@csrf
{{ translate('or') }}
@endauth
@endguest @auth @php $isPartner = App\Models\Affiliate::where('user_id', auth()->user()->id)->first(); @endphp @if($isPartner)
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}

{{ translate('Welcome back') }} 👋

{{ auth()->user()->name }}

{{ translate('Logged in as Partner') }}

🚀 {{ translate('Go to Dashboard') }}
@else {{-- Normal user - show pincode check --}}
{{ translate('Partner Program') }}

{{ translate('Turn Your Network') }}
{{ translate('Into Income') }}

{{ translate('Join thousands of partners across India earning commissions by connecting customers to our services. Check availability and start today.') }}

₹50K+ {{ translate('Avg Monthly') }}
10K+ {{ translate('Active Partners') }}
500+ {{ translate('Cities') }}
{{-- ── TAB PANEL ── --}}
{{-- Tabs --}}
{{-- Pane: Availability --}}

{{ translate('Anyone can check — login required to purchase') }}

{{-- Pane: Login --}}
@auth
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}

{{ translate('Logged in as a Partner') }}

🚀 {{ translate('Go to Dashboard') }}
@else
@csrf
{{ translate('or') }}
@endauth
@endif @endauth {{-- ══ BENEFITS ══ --}}
{{ translate('Why Join Us') }}

{{ translate('Everything to succeed') }}

{{ translate('We invest in your growth with tools, training, and support — so you focus on earning.') }}

@php $benefits = [ ['💰','High Commissions','Earn attractive commissions on every referral with no upper cap on your income.'], ['📦','Exclusive Plans','Access special partner-only deals unavailable to the general public.'], ['📊','Live Dashboard','Track referrals, earnings, and performance in real time.'], ['🎓','Free Training','Get certified through our partner program and build local credibility.'], ['⚡','Fast Payouts','Commissions processed promptly and sent directly to your bank.'], ['🛡️','Dedicated Support','A partner success team always available to help you grow.'], ]; @endphp @foreach($benefits as $i => $b)
0{{ $i+1 }}
{{ $b[0] }}

{{ translate($b[1]) }}

{{ translate($b[2]) }}

@endforeach
{{-- ══ PARTNER INTEREST FORM ══ --}}
{{ translate('Become a Partner') }}

{{ translate('Interested in joining?') }}

{{ translate("Fill in your details and our team will reach out within 24 hours. It's free, fast, and could change your income story.") }}

@php $perks = [ ['🤝', 'Zero Investment', 'No setup fee, no hidden charges. Start for free.'], ['📍', 'Work Your Area', 'Operate within your city and grow at your own pace.'], ['💬', 'WhatsApp Support', 'Get real-time help from your dedicated partner manager.'], ]; @endphp @foreach($perks as $p)
{{ $p[0] }}

{{ translate($p[1]) }}

{{ translate($p[2]) }}

@endforeach
✍️

{{ translate('Partner Interest Form') }}

{{ translate('Takes less than 2 minutes') }}

@csrf

{{ translate("We've received your details!") }}

{{ translate('Our partner team will call you within 24 hours. Keep your phone handy!') }}

{{-- ══ HOW IT WORKS ══ --}}
{{ translate('How It Works') }}

{{ translate('Four steps to start earning') }}

@php $steps = [ ['Check Your Area', 'Enter your pincode to confirm service availability.'], ['Register Free', 'Create your partner account in minutes — free to join.'], ['Get Onboarded', 'Complete a short training and get your official partner ID.'], ['Start Earning', 'Refer customers and earn commission on every successful plan.'], ]; @endphp @foreach($steps as $i => $s)
{{ $i+1 }}

{{ translate($s[0]) }}

{{ translate($s[1]) }}

@endforeach

{{ translate('Partner Avg Monthly Earning') }}

₹50K
↑ {{ translate('Growing every month') }}
@php $tiers = [ ['Starter','₹15K–25K',40], ['Active', '₹25K–50K',65], ['Pro', '₹50K–80K',82], ['Elite', '₹80K+', 95], ]; @endphp @foreach($tiers as $t)
{{ translate($t[0]) }}
{{ $t[1] }}
@endforeach
{{-- ══ TESTIMONIAL ══ --}}
★★★★★

"{{ translate('I started part-time and within 6 months I was earning more than my full-time job. Payouts are always on time and the support team genuinely cares.') }}"

Ravi Kumar · {{ translate('Partner since 2022') }} · Hyderabad

{{-- ══ CTA ══ --}}

{{ translate('Ready to become a partner?') }}

{{ translate('Check availability in your area and register — takes less than 5 minutes.') }}

{{ translate('Register as Partner') }} →
@endsection @section('script') {{-- Legacy getdata support --}} @endsection