@section('theme::title', __('seo.donations')) @section('theme::content')

{{ $method->name }}

Note: By proceeding you agree to the payment/refund policy stated here: Rules

@forelse($egyptian as $data) @empty @endforelse
Silk Price Silk Amount
{{ $data->price }} @php $bonus = (int) config('siteSettings.donation_bonus', 0); @endphp @if($bonus > 0)

Hurry up, there is {{ $bonus }}% bonus right now and you will get {{ round((int)$data->silk + ((int)$data->silk * $bonus) / 100) }} {{ config('siteSettings.sro_silk_name', 'Silk') }}

@else

{{ $data->silk }} {{ config('siteSettings.sro_silk_name', 'Silk') }}

@endif
{{ __('donations.hipocard.empty') }}
@if (config('siteSettings.seller_discord_user') && config('siteSettings.seller_discord_id') && config('siteSettings.seller_whatsapp_number'))
Contact us on Discord {{ config('siteSettings.seller_discord_user') }} / ID = {{ config('siteSettings.seller_discord_id') }}" or Phone call at whatsapp
@endif
@endsection