@lang('recruit::app.menu.offerletter') @lang('app.edit')

{{ $currency->currency_symbol }}
@if (in_array('Payroll', $worksuitePlugins))
@endif
@if (in_array('Payroll', $worksuitePlugins))
@lang('recruit::modules.joboffer.salaryStructure')
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol) }}
@if($salaryStructure) @else @endif
@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 ) }}
@if (!is_null($formSettingsEarn)) @foreach ($formSettingsEarn as $componentDetail)
@if ($componentDetail->component_type == 'earning')
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol ) }}
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol ) }}
@endif
@endforeach @endif @if (!is_null($formSettingsDeduction)) @if (count($formSettingsDeduction) > 0)

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

@endif @foreach ($formSettingsDeduction as $componentDetail)
@if ($componentDetail->component_type == 'deduction')
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol ) }}
{{ ($currency ? $currency->currency_symbol : company()->currency->currency_symbol ) }}
@endif
@endforeach @endif

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

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

{{ currency_format(($salaryStructure ?$salaryStructure->annual_salary/12 : 0), ($currency ? $currency->id : company()->currency->id )) }}

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

@endif
@foreach($jobOffer->files as $file) @if ($file->icon == 'images') @else @endif @endforeach
@if (count($questions) > 0)
@endif
@forelse($questions as $question) @empty @endforelse
@lang('app.save') @lang('app.cancel')