@if ($jobOffer->status != 'expired' ||$jobOffer->status != 'draft') {{ $msg }} @endif @lang('app.download')

{{ $company->company_name ?? '--' }}
@if (!is_null($settings)) {{ $company->company_phone ?? '--' }} @endif


@if ($jobOffer->jobApplication->photo ?? false)
@endif
@lang('recruit::modules.joboffer.candidateDetails')

@lang('recruit::modules.jobApplication.name')

{{ $jobOffer->jobApplication ? ucfirst($jobOffer->jobApplication->full_name) : '--' }}

@lang('recruit::modules.jobApplication.email')

{{ $jobOffer->jobApplication ? ucfirst($jobOffer->jobApplication->email) : '--' }}

@lang('recruit::modules.joboffer.jobDetails')

@lang('recruit::modules.job.jobTitle')

{{ ucfirst($jobOffer->job->title) ?? '--' }}

@lang('recruit::modules.joboffer.workExperience')

{{ $jobOffer->job->workExperience ?$jobOffer->job->workExperience->work_experience : '--' }}

@lang('recruit::modules.jobApplication.location')

{{--

{{ $jobOffer->jobApplication->location ? $jobOffer->jobApplication->location->location : '' }}

--}}
@lang('recruit::modules.joboffer.offerDetail')

@lang('app.department')

{{ $jobOffer->job->team ? $jobOffer->job->team->team_name : '--'}}

@if(is_null($salaryStructure))

@lang('recruit::modules.joboffer.offerPer')

{{ currency_format($jobOffer->comp_amount, ($currency ? $currency->id : company()->currency->id )) }} @lang('recruit::modules.joboffer.per') {{ $jobOffer->job->pay_according }}

@endif

@lang('recruit::modules.joboffer.joiningDate')

{{ $jobOffer->expected_joining_date ?? '--' }}

@lang('recruit::modules.joboffer.lastDate')

{{ $jobOffer->job_expire ?? '--' }}

@if(!is_null($salaryStructure))
@lang('recruit::modules.joboffer.salaryStructure')
@lang('recruit::modules.joboffer.earning') @lang('app.amount') @lang('recruit::modules.joboffer.basicPay') {{ currency_format($salaryStructure->basic_salary, ($currency ? $currency->id : company()->currency->id )) }} @foreach ($selectedEarningsComponent as $item) {{ ucfirst($item->component_name) }} {{ currency_format($item->component_value, ($currency ? $currency->id : company()->currency->id )) }} @endforeach @lang('recruit::modules.joboffer.fixedAllowance') {{ currency_format($fixedAllowance, ($currency ? $currency->id : company()->currency->id )) }}
@lang('recruit::modules.joboffer.deduction') @lang('app.amount') @foreach ($selectedDeductionsComponent as $item) {{ ucfirst($item->component_name) }} {{ currency_format($item->component_value, ($currency ? $currency->id : company()->currency->id )) }} @endforeach
@lang('recruit::modules.joboffer.grossEarning')
{{ currency_format($grossSalary, ($currency ? $currency->id : company()->currency->id )) }}
@lang('recruit::modules.joboffer.totalDeductions')
{{ currency_format($totalDeduction, ($currency ? $currency->id : company()->currency->id )) }}

@lang('recruit::modules.joboffer.netSalary'): {{ currency_format(sprintf('%0.2f', $netSalary), ($currency ? $currency->id : company()->currency->id )) }}

@lang('recruit::modules.joboffer.netSalary') = @lang('recruit::modules.joboffer.grossEarning') - @lang('recruit::modules.joboffer.totalDeductions')
@endif @if ($jobOffer->files == '')

Files

@endif
@foreach($jobOffer->files as $file) @if ($file->icon == 'images') @else @endif @endforeach
@if ($jobOffer->sign_require == 'on' && $jobOffer->sign_image != null)
@lang('modules.estimates.signature')

({{ $jobOffer->jobApplication->full_name ?? '--' }} @lang("recruit::app.menu.signedOffer") {{$jobOffer->offer_accept_at->format(company()->date_format)}})

@endif