@lang('app.create') @lang('recruit::modules.job.offerletter')
×
--
@foreach ($jobs as $job)
id == $jobId) selected @endif value="{{ $job->id }}">{{ ucfirst($job->title) }}
@endforeach
id) disabled @endif class="form-control select-picker" name="jobApplicant" id="jobApplicant" data-live-search="true">
--
@foreach ($applications as $application)
id == $jobApplications->id) selected @endif value="{{ $application->id }}">{{ ucfirst($application->full_name) }}
@endforeach
@if($jobOffer != null && $jobId)
--
pay_according == "hour") selected @endif value="hour">{{ __('recruit::app.job.hour') }}
pay_according == "day") selected @endif value="day">{{ __('recruit::app.job.day') }}
pay_according == "week") selected @endif value="week">{{ __('recruit::app.job.week') }}
pay_according == "month") selected @endif value="month">{{ __('recruit::app.job.month') }}
pay_according == "year") selected @endif value="year">{{ __('recruit::app.job.year') }}
@else
--
{{ __('recruit::app.job.hour') }}
{{ __('recruit::app.job.day') }}
{{ __('recruit::app.job.week') }}
{{ __('recruit::app.job.month') }}
{{ __('recruit::app.job.year') }}
@endif
@if (in_array('Payroll', $worksuitePlugins))
@lang('recruit::modules.joboffer.modelActionMsg')
@lang('app.clickHere')
@endif