@lang('payroll::modules.payroll.updateSalary')

{{ currency_format(($employeeSalary['netSalary'] * 12), ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
{{ currency_format($employeeSalary['netSalary'], ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
{{ currency_format(0, ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
@lang('app.close') @lang('app.save')