{{ __('donations.hipocard.title') }}

@forelse($hipocard as $data)
{{ $data->silk }} Gold
{{ __('donations.hipocard.pay-text', [ 'price' => $data->price, 'currency' => $method->currency, 'amount' => $data->formatted_gold, 'silk_name' => 'Gold' ]) }}

{{ $data->description }}

@if($bonus = (int)config('siteSettings.gold_donation_bonus', 0))

Hurry up there is {{$bonus}}% bonus right now you will get {{\App\Helpers\Numbers::format(round((int)$data->gold + ((int)$data->gold * $bonus) / 100))}} Gold

@endif
@empty {{ __('donations.hipocard.empty') }} @endforelse
{{ __('donations.hipocard.submit') }}