@if (in_array('Payroll', $worksuitePlugins))
@lang('recruit::modules.joboffer.salaryStructure')
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol) }}
@lang('payroll::modules.payroll.salaryComponent')
@lang('payroll::modules.payroll.calculationType')
@lang('payroll::modules.payroll.monthlyAmount')
@lang('payroll::modules.payroll.annualAmount')

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

--
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol) }}
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol) }}

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

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

{{ currency_format(0, ($currency ? $currency->id : company()->currency->id)) }}

{{ currency_format(0, ($currency ? $currency->id : company()->currency->id)) }}

@endif