{{ __($pricing->value->language->$lang->$sub_title_name ?? $pricing->value->language->$system_default->$sub_title_name) }}:
{{ __("Fixed Charge") }}: {{ get_amount($item->fixed_charge,null,get_wallet_precision()) }}
{{ __("Percent Charge") }}: {{ get_amount($item->percent_charge,null,get_wallet_precision()) }}%
{{ __("Minimum amount") }}: {{ get_amount($item->min_limit,null,get_wallet_precision()) }}
{{ __("Maximum amount") }}: {{ get_amount($item->max_limit,null,get_wallet_precision()) }}
{{ __("Daily Limit") }}: {{get_amount($item->daily_limit,null,get_wallet_precision()) }}
{{ __("Monthly Limit") }}: {{ get_amount($item->monthly_limit,null,get_wallet_precision()) }}
{{ __("Fixed Commissions") }}: {{ get_amount($item->agent_fixed_commissions,null,get_wallet_precision()) }}
{{ __("Percent Commissions") }}: {{ get_amount($item->agent_percent_commissions,null,get_wallet_precision()) }}