@extends('layouts.user') @section('title') Apply for a Pre-Grant @endsection @section('content')
{{-- Hero --}}
● Pre-Grant · Instant capital

Capital now.
Grow the team to keep it.

A Pre-Grant lands in your account the moment you apply, no review queue. Put it to work through AI Bots, manual trading, and Copy Pilots, and keep enough active team members through the countdown to unlock the profit.

1 Apply & receive 2 Put it to work 3 Hold your team → mature
A seedling growing from soil — organic, ground-up growth
{{-- Live status: available members + how the count behaves --}}
{{ $availableActiveReferrals }} active members free
for a new grant

Your team count is live

Only members who've funded their store and are actively trading count. If one goes inactive; say they withdraw below the activity threshold, they drop off your count automatically. Each member can back only one grant, ever, so committed members aren't shown here.

1:1 one member,
one grant, forever
{{-- Tiers --}}
Choose your tier

Pick a Pre-Grant, receive it instantly

Profit stays inside the grant until it reaches its natural expiry. Meet your active-team requirement in time and the profit unlocks; the principal returns to the program. Tiers unlock in order, meet the requirement on one before the next one up becomes available.

@forelse($preTiers as $tier) @php $locked = !($tier->unlocked_for_user ?? true); $prevTier = $locked && $loop->index > 0 ? $preTiers[$loop->index - 1] : null; @endphp
@if($locked) Locked @endif
{{ $tier->name }}
${{ number_format($tier->amount, 0) }}instant
{{ $tier->required_active_referrals }} active team members to hold
Countdown of {{ $tier->expiry_days }} days
+ ${{ number_format($tier->amount * (10/100)) }} executive bonus
Paid out on top of your unlocked profit once this grant matures, no extra steps needed.
@if($tier->description)
{{ $tier->description }}
@endif @if($locked)
Meet the team requirement on {{ $prevTier->name ?? 'the tier below this one' }} first to unlock this tier.
@endif
@if($locked) @else
@csrf {{-- Server-side consent proof; JS sets this to 1 only when the T&C box is ticked. --}}
@endif
@empty
No Pre-Grant tiers are available right now. Check back soon.
@endforelse
{{-- How it works --}}
Structure first

Built for organic growth, not a handout

A Pre-Grant isn't free money sitting in your wallet, it's your slice of a network that grows one verified merchant at a time. The team requirement is the engine, not a speed bump.

1

Apply & receive

Choose a tier and the capital is credited instantly, no waiting period, no review queue.

2

Put it to work

Deploy it through AI Bots, manual trading, or Copy Pilots while you build out your team.

3

Hold & mature

Keep your active members through the deadline; at expiry, profit unlocks and the principal returns.

{{-- Consent gate --}}

One step before you apply

Every Pre-Grant is governed by the Grant Program Terms & Conditions, how the countdown works, how team members count and drop off, and that the principal always returns to GEAS. Confirm you've read them to unlock the apply buttons above.

Tick the box to unlock the apply buttons.
@endsection