• @lang('Name') {{ __(@$product->product->name) }}
  • @lang('SKU') {{ __(@$product->sku) }}
  • @lang('Unit Price') {{ gs('cur_sym', getParentUser()->id) }}{{ showAmount($product->sale_price - $product->tax_amount, currencyFormat: false) }} {{ getAmount($product->sale_price) }}
  • (+) @lang('Tax Amount') {{ gs('cur_sym', getParentUser()->id) }}{{ showAmount($product->tax_amount, currencyFormat: false) }}
  • (-) @lang('Discount')
  • @lang('Sale Price') {{ gs('cur_sym', getParentUser()->id) }} {{ showAmount($product->final_price, currencyFormat: false) }}