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

@forelse($maxicard as $data)
Gold
{{ __('donations.maxicard.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.maxicard.empty') }} @endforelse
{{ __('donations.maxicard.submit') }}