@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') }}

READ BELOW BEFORE BUYING {{ Str::upper(__('reddington.silk')) }}

You need to enter your discord username example [ HECKT00R#6320 ] to identify you upon payment Completed so we can give you {{ __('reddington.silk') }} instantly.

@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($error = Session::get('error'))
{{ $error }}
@endif @if ($message = Session::get('message'))
{{ $message }}
@endif
@csrf
@if ($errors->has('discord'))
{{ $errors->first('discord') }}
@endif



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