@extends('backend.layouts.form') @section('section', admin_trans('Earnings')) @section('title', admin_trans('Earnings Settings')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ admin_trans('Downloads Earnings') }}
{{ admin_trans('Status') }} :
earnings->downloads->status ? 'checked' : '' }}>
{{ admin_trans('Store Paid downloads only') }} :
earnings->downloads->store ? 'checked' : '' }}>
{{ admin_trans('Paid Downloads Per Day') }} :
{{ admin_trans('The paid downloads per IP each day') }}
{{ admin_trans('Referrals Earnings') }}
{{ admin_trans('Status') }} :
earnings->referrals->status ? 'checked' : '' }}>
{{ admin_trans('Referral Earnings Percentage') }} :
{{ admin_trans('Bonus') }}
{{ admin_trans('New users bonus') }} :
{{ $settings->currency->code }}
{{ admin_trans('The new users will get the bonus after registring, the bonus will be added to the user downloads earnings.') }}
{{ admin_trans('Security') }}
{{ admin_trans('Proxy/VPN Detection') }} :
earnings->security->proxy_vpn_detection ? 'checked' : '' }}>
{{ admin_trans('API Key') }} (Trustip.io) :
{{ admin_trans('Block Earnings for specific referrers') }} :
{{ admin_trans('Enter the domains host only like "example.com" without any spaces and add commas between them.') }}
@endsection