@if(!empty($row->standard_charge))

{{-- {{ checkNumberFormat($row->standard_charge, $row->currency_symbol ? strtoupper($row->currency_symbol) : strtoupper($row->currency_symbol ?? getCurrentCurrency())) }} --}} {{ checkNumberFormat($row->standard_charge, strtoupper(getCurrentCurrency())) }}

@else {{ __('messages.common.n/a')}} @endif