@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 }} |
|
|
@lang('recruit::modules.jobApplication.name')
{{ ucfirst($jobOffer->jobApplication->full_name) }}
@lang('recruit::modules.jobApplication.email')
{{ ucfirst($jobOffer->jobApplication->email) }}
@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.designation')
{{ $jobOffer->job->team->team_name }}
@lang('recruit::modules.joboffer.offerPer')
{{ currency_format($jobOffer->comp_amount, $company->currency->id) }}@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 }}
({{ $jobOffer->jobApplication->full_name }} @lang("recruit::app.menu.signedOffer") {{$jobOffer->offer_accept_at->format($company->date_format)}})