{{-- Enter Recharge Code --}}
Request Recharge
{{-- Recharge with PayPal --}}
{{--
--}}
Recharge $20 using PayPal
Recharge Logs
@if (session('success'))
{{ session('success') }}
@endif
@if ($progress)
Your Recharge Progress
Progress: {{ $progress->progress }} / {{ $progress->target }} recharges
Total Amount: ${{ $progress->amount }}
🎁 Gift Rewards Based on (same package) Recharge
⚠️ Note: When purchasing a package for the first time at a certain price, all subsequent recharges must be at the same price to receive rewards!
| Range Amount (💎) | {{--Min Amount (💎) | Max Amount (💎) | --}}Required Recharges | Gift Balance 🚀 |
|---|---|---|---|---|
| {{ number_format($gift->min_amount, 2) }} ~ {{ $gift->max_amount }} 💎 | {{--{{ number_format($gift->min_amount, 2) }} 💎 | {{ number_format($gift->max_amount, 2) }} 💎 | --}}{{ $gift->required_recharges }} | {{ $gift->gift_percentage }} time free from (Gift package) |
Recharge Logs
| Code | Type | Value | Status | Created At | Expires In | Action |
|---|---|---|---|---|---|---|
| {{ $recharge->code }} | @if($recharge->type == 'balance') 💎 Balance @elseif($recharge->type == 'gift_balance') 🌟 Gift Balance @else {{ ucfirst($recharge->type) }} @endif | {{ $recharge->value }} | {{ ucfirst($recharge->status) }} | {{ \Carbon\Carbon::parse($recharge->created_at)->format('Y-m-d h:i A') }} | @if ($recharge->expires_at) @else No Expiry @endif | @if ($recharge->status == 'Active') @else @endif |