@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.brand-colors') @include('partials.seo', [ 'seoTitle' => brand_name() . ' — Earn Rewards, Crypto & Gift Cards', 'seoDescription' => 'Play games, test apps and answer surveys to earn crypto, PayPal cash and gift cards. Cashing out is fast — earnings vary.', ]) @include('partials.public-navbar') {{-- ═══ HERO ═══ --}}
{{-- Left --}}
The fastest-growing rewards platform

Get paid for your spare time

Play games, test apps and answer surveys to earn crypto, PayPal cash and gift cards. Earnings vary — but cashing out is always fast.

★★★★★ Trusted by {{ number_format($memberCount ?? 0) }}+ members worldwide
{{-- Right: live payout card (real data) --}}
Total paid to members
@money($totalPaid ?? 0)
Recent completions Live
@forelse(($recentCompletions ?? []) as $c)
{{ \Illuminate\Support\Str::limit($c->offer_title ?? 'Offer completion', 26) }}
{{ ucfirst($c->network_slug ?? 'Offerwall') }} · {{ '@' . ($c->user->username ?? 'member') }}
+@money($c->user_reward)
@empty
Be the first to complete an offer and earn rewards!
@endforelse
{{-- ═══ STATS BAND ═══ --}}
0
Paid to members
0
Members
0
Reward partners
24/7
Instant payouts
{{-- ═══ WHY GRABCOINT ═══ --}}
@php $whys = [ ['ph-chart-line-up', 'Highest payouts', 'Direct partnerships mean a bigger split goes to you.'], ['ph-lightning', 'Instant cashouts', 'Withdrawals are processed automatically, 24/7.'], ['ph-gift', 'Daily bonuses', 'Daily spin, login streaks and rewards — every day.'], ]; @endphp @foreach($whys as $w)

{{ $w[1] }}

{{ $w[2] }}

@endforeach
{{-- ═══ WAYS TO EARN ═══ --}}
Earning methods

Many ways to earn

Pick what you enjoy — every completed task adds {{ \App\Support\Money::name() }} to your balance.

@php $methods = [ ['ph-circles-four', 'Offerwalls', 'Complete offers from 20+ premium partners.', 'var(--color-primary)', 'var(--color-primary-a10)'], ['ph-list-checks', 'Surveys', 'Share your opinion and get rewarded for it.', '#3b82f6', 'rgba(59,130,246,.12)'], ['ph-game-controller', 'Games & apps', 'Play mobile games and reach milestones.', '#8b5cf6', 'rgba(139,92,246,.12)'], ['ph-spinner-ball', 'Daily Spin', 'Spin the wheel every day for free rewards.', '#fbbf24', 'rgba(251,191,36,.12)'], ['ph-users-three', 'Refer friends', 'Earn lifetime commission from invites.', '#00d9e0', 'rgba(0,217,224,.12)'], ['ph-gift', 'Rewards store', 'Redeem points for gift cards and more.', '#ec4899', 'rgba(236,72,153,.12)'], ]; @endphp @foreach($methods as $m)

{{ $m[1] }}

{{ $m[2] }}

@endforeach
{{-- ═══ HOW IT WORKS ═══ --}}
Get started

Start earning in 3 steps

@php $steps = [ ['1', 'Sign up free', 'Create your account in under 30 seconds — no credit card, ever.'], ['2', 'Complete tasks', 'Choose from thousands of offers, surveys and games you enjoy.'], ['3', 'Cash out', 'Withdraw to PayPal, crypto or gift cards. Processed 24/7.'], ]; @endphp @foreach($steps as $s)
{{ $s[0] }}

{{ $s[1] }}

{{ $s[2] }}

@endforeach
@guestSign up now @endguest
{{-- ═══ PAYMENT METHODS ═══ --}}
Cash out your way

Withdraw to where you want

@php $pays = [ ['ph-paypal-logo','PayPal'], ['ph-currency-btc','Bitcoin'], ['ph-currency-eth','Ethereum'], ['ph-currency-dollar','USDT'], ['ph-currency-circle-dollar','Litecoin'], ['ph-credit-card','Visa'], ['ph-amazon-logo','Amazon'], ['ph-apple-logo','Apple'], ['ph-bank','Bank transfer'], ['ph-gift','Gift cards'], ]; @endphp @foreach($pays as $p) @endforeach
{{-- ═══ TESTIMONIALS ═══ --}}
Community

What members say

@php $reviews = [ ['Alex M.', 'Cashed out to PayPal in minutes. The daily spin is a nice bonus on top of offers.'], ['Priya S.', 'Tons of surveys and games to choose from. Tracking is accurate — I always get credited.'], ['Diego R.', 'Been using it for a few weeks. Withdrawals are fast and the referral program is solid.'], ]; @endphp @foreach($reviews as $r)
★★★★★

“{{ $r[1] }}”

{{ strtoupper(substr($r[0],0,1)) }}
{{ $r[0] }}
@endforeach

Sample reviews shown for illustration.

{{-- ═══ FAQ ═══ --}}
FAQ

Frequently asked questions

@php $faqs = [ ['Is ' . brand_name() . ' free to use?', 'Yes — creating an account and earning is completely free. You never pay anything.'], ['How do I get paid?', 'Withdraw your balance to PayPal, crypto (BTC/USDT/LTC), Payeer or gift cards once you reach the minimum.'], ['How much can I earn?', 'Earnings vary based on your activity, the offers available and your region. We never guarantee a fixed income.'], ['How fast are withdrawals?', 'Most withdrawals are processed automatically, 24/7, usually within minutes.'], ['Why didn\'t I get credited?', 'Some offers take time to confirm. If a credit is missing, open a support ticket and we\'ll investigate.'], ]; @endphp @php $faqLd = [ '@context' => 'https://schema.org', '@type' => 'FAQPage', 'mainEntity' => array_map(fn ($f) => [ '@type' => 'Question', 'name' => $f[0], 'acceptedAnswer' => ['@type' => 'Answer', 'text' => $f[1]], ], $faqs), ]; @endphp @foreach($faqs as $i => $f)
@endforeach
{{-- ═══ CTA BAND ═══ --}}

Ready to start earning?

Join the community and turn your spare time into rewards today.

@auth Go to Dashboard @else Join free now @endauth
@include('partials.public-footer')