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

{{ ($currency->currency ? $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->currency->currency_symbol : company()->currency->currency_symbol ) }}
{{ ($currency->currency ? $currency->currency->currency_symbol : company()->currency->currency_symbol ) }}
@if (!is_null($salaryGroup)) @foreach ($salaryGroup->salary_group->components as $component)
@if ($component->component->component_type == 'earning')
@if ($component->component->value_type == 'basic_percent') @else @endif
@if ($component->component->value_type == 'variable') {{ ($currency->currency ? $currency->currency->currency_symbol : company()->currency->currency_symbol ) }} @else {{ ($currency->currency ? $currency->currency->currency_symbol : company()->currency->currency_symbol ) }} @endif
{{ ($currency->currency ? $currency->currency->currency_symbol : company()->currency->currency_symbol ) }}
@endif
@endforeach @endif

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

{{--
--}}

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

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

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

@lang('app.save') @lang('app.cancel')