@isset($activeSettingMenu) @endisset @stack('styles') @include('sections.theme_css', ['companySpecific' => $company])
@if ($jobOffer->status != 'expired' ||$jobOffer->status != 'draft') {{ $msg }} @endif @lang('app.download')

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


@if (!is_null($jobOffer->jobApplication->photo))
@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->work_experience }}

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

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

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

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

{{ $jobOffer->job->team->team_name }}

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

{{$company->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 (count($jobOffer->files) > null)

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