@extends('theme::layouts.app') @section('theme::title', __('reddington.seo.donations-silk-tebex')) @section('theme::sidebar') @include('theme::frontend.account.sidebar') @endsection @section('theme::content')

{{ __('reddington.donations.tebex.title') }}

@forelse($tebex as $data)
{{ $data->amount }} {{ config('siteSettings.sro_silk_name', 'Silk') }}
{{ __('reddington.donations.tebex.pay-text', [ 'price' => $data->price, 'currency' => $method->currency, 'amount' => $data->amount, 'silk_name' => config('siteSettings.sro_silk_name', 'Silk'), ]) }}
@empty {{-- {{ __('reddington.donations.tebex.empty') }} --}} @endforelse
{{ __('reddington.donations.tebex.submit') }}



Tebex Silk Prices

@foreach ($tebex as $data) @endforeach
Silk Bonus $
{{ $data->amount }} - {{ $data->price }}
@endsection