@extends('themes.flaty.layouts.single') @section('title', translate('Payout Rates', 'payout rates')) @section('content')
@if ($themeSettings->payout_rates_page->features)

{{ translate('Pay per Download', 'payout rates') }}

{{ translate('Make money with every single unique download of your file, without any limitations or restrictions.', 'payout rates') }}

{{ translate('All countries are counted', 'payout rates') }}

{{ translate('You will get paid for your downloads, no matter which country your file gets downloaded from.', 'payout rates') }}

{{ str_replace('{referral_percentage}', $settings->earnings->referrals->percentage, translate('{referral_percentage} per referral', 'payout rates')) }}

{{ str_replace('{referral_percentage}', $settings->earnings->referrals->percentage, translate('Refer a friend to us and earn up to {referral_percentage} of what they make, increase your earning potential.', 'payout rates')) }}

@endif
@foreach ($payoutRates as $payoutRate)
{{ $payoutRate->country ? $payoutRate->country->name : translate('All Other Countries', 'payout rates') }}

{{ $payoutRate->country ? $payoutRate->country->name : translate('All Other Countries', 'payout rates') }}

{{ translate('per 1000 downloads', 'payout rates') }}

{{ priceSymbol($payoutRate->amount) }}

{{ translate('for All Devices', 'payout rates') }}

@endforeach
@if ($themeSettings->payout_rates_page->withdrawal_methods_section && $withdrawalMethods->count() > 0)

{{ translate('Withdrawal Methods', 'home page') }}

@foreach ($withdrawalMethods as $withdrawalMethod)
{{ $withdrawalMethod->name }}
@endforeach
@endif @push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection