{{__('Referral Settings')}}
@csrf
{{__('Maximum Affiliation Level : ') }} 3
@for($i = 1; $i <=3 ; $i ++)
{{ __('Level') }} {{$i}} (%)
@php( $slug_name = 'fees_level'.$i)
%
@endfor
{{__('Update')}}
{{__('Trade Referral Settings')}}
@csrf
{{__('Trade Referral Enable/Disable')}}
{{__('Disable')}}
{{__('Enable')}}
{{__('Maximum Affiliation Level : ') }} 3
@for($i = 1; $i <=3 ; $i ++)
{{ __('Level') }} {{$i}} (%)
@php( $slug_name = 'trade_fees_level'.$i)
%
@endfor
{{__('Update')}}