@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')

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

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

{{ 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 : '--'}}

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

{{$currency->currency_symbol.' '. $jobOffer->comp_amount }} @lang('recruit::modules.joboffer.per') {{ $jobOffer->job->pay_according }}

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

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

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

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

@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