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