{{ __($title) ?? "" }}
@csrf @method("PUT") @php if($item->slug == 'pay-link' || $item->slug == 'gift_card'){ $col = 'col-xl-6 col-lg-6'; }else{ $col = $item->agent_profit == true ? 'col-xl-6 col-lg-6': 'col-xl-4 col-lg-4 '; } @endphp
{{ __("Charges") }}
{{ get_default_currency_code($default_currency) }}
%
{{ __("Range") }}
{{ get_default_currency_code($default_currency) }}
{{ get_default_currency_code($default_currency) }}
@if($item->slug != 'pay-link' && $item->slug != 'gift_card')
{{ __("Limit") }} ({{ __("Execute if the value is greater than zero") }})
{{ get_default_currency_code($default_currency) }}
{{ get_default_currency_code($default_currency) }}
@endif @if( $item->agent_profit == true)
{{ __("Agent Profits") }}
{{ get_default_currency_code($default_currency) }}
{{ get_default_currency_code($default_currency) }}
@endif
@include('admin.components.button.form-btn',[ 'text' => "update", 'class' => "w-100 btn-loading", 'permission' => "admin.trx.settings.charges.update", ])