@if($row->purchase_price) {{ checkNumberFormat($row->purchase_price, $row->currency_symbol ? strtoupper($row->currency_symbol) : strtoupper(getCurrentCurrency())) }} @else {{__('messages.common.n/a')}} @endif