@extends('layout.with-main') @section('title') Donate - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__donation--index') @section('main')

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