| DIR: /home/cardxfeb/public_html/resources/views/product_transactions/column/ |
| Current File : /home/cardxfeb/public_html/resources/views/product_transactions/column/amount.blade.php |
{{ $row->currency->currency_icon }}{{ getSuperAdminSettingValue('hide_decimal_values') == 1 ? number_format($row->amount, 0) : number_format($row->amount, 2) }}
|