@extends('admin.layouts.main') @section('panel')

{{ $setTitle }}

@csrf
@if ($plan->amount > $totalAmount) {{ __('admin.placeholder.take_commission') }} : {{shortAmount($calculateAmount)}} {{getCurrencyName()}} @else {{ __('admin.placeholder.loss_commission') }} : {{shortAmount($calculateAmount)}} {{getCurrencyName()}} @endif
{{getCurrencySymbol()}}
{{getCurrencySymbol()}}
is_recommend) checked @endif name="is_recommend" id="flexCheckChecked" >
{{__('admin.input.referral_commission')}}
@for ($i = 0; $i < getArrayValue($setting->matrix_parameters, 'height', 1); $i++)
{{getCurrencySymbol()}}
@endfor
@endsection @push('script-push') @endpush