{{__('Settings')}}

{!! Form::open(['url' => route('admin.earnings.update'), 'class' => 'form form-horizontal']) !!}

{{__('Set the percentage to be charged on each trade from the seller, this is stored securely on auto generated escrow wallets.')}} {{__('Fees may not be charged on some trades if it is below the minimum transferable amount. Refer to Settings > Transaction to learn more.')}}

{!! Form::label('SET_BTC_TRADE_FEE', __('Bitcoin Fee'), ['class' => 'col-md-3']) !!}
{!! Form::text('SET_BTC_TRADE_FEE', $env['SET_BTC_TRADE_FEE']['value'], ['class' => 'form-control', 'required']) !!}
{!! Form::label('SET_DASH_TRADE_FEE', __('Dash Fee'), ['class' => 'col-md-3']) !!}
{!! Form::text('SET_DASH_TRADE_FEE', $env['SET_DASH_TRADE_FEE']['value'], ['class' => 'form-control', 'required']) !!}
{!! Form::label('SET_LTC_TRADE_FEE', __('Litecoin Fee'), ['class' => 'col-md-3']) !!}
{!! Form::text('SET_LTC_TRADE_FEE', $env['SET_LTC_TRADE_FEE']['value'], ['class' => 'form-control', 'required']) !!}
{!! Form::close() !!}