@extends('layout.default') @section('title') Donate - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('content')

Support {{ config('other.title') }}

{{ config('donation.description') }}

@foreach ($packages as $package)
{{ $package->name }}
{{ $package->cost }} {{ config('donation.currency') }} - @if ($package->donor_value === null) Lifetime @else {{ $package->donor_value }} Days @endif
{{ $package->description }}
    @if ($package->donor_value === null)
  1. Unlimited Download Slots
  2. @endif @if ($package->donor_value === null)
  3. Custom User Icon
  4. @endif
  5. Global Freeleech
  6. Immunity To Automated Warnings (Don't Abuse)
  7. Sparkle Effect On Username
  8. Donor Star By Username @if ($package->donor_value === null) @else @endif
  9. Warm Fuzzy Feeling By Supporting {{ config('other.title') }}
  10. @if ($package->upload_value !== null)
  11. {{ App\Helpers\StringHelper::formatBytes($package->upload_value) }} Upload Credit
  12. @endif @if ($package->bonus_value !== null)
  13. {{ number_format($package->bonus_value) }} Bonus Points
  14. @endif @if ($package->invite_value !== null)
  15. {{ $package->invite_value }} Invites
  16. @endif
@endforeach
@foreach ($packages as $package)

Donate $ {{ $package->cost }} USD

@csrf To make a donation you must complete the following steps:
@foreach ($gateways->sortBy('position') as $gateway)

@endforeach

Send $ {{ $package->cost }} {{ config('donation.currency') }} to gateway of your choice. Take note of the tx hash, receipt number, etc and input it below.

* Transactions may take up to 48 hours to process.

@endforeach
@endsection