@version(2)
@load('css/recruit.css')
@php
use Zittme\Modules\Recruit\Models\Config;
$rc_sections = [
['주요 업무', $job->duty],
['지원 자격', $job->qualification],
['우대 사항', $job->preference],
['전형 절차', $job->process],
[empty($benefit_groups) ? '근무 조건과 복리후생' : '이 공고의 근무 조건', $job->benefit],
];
$rc_urgent = ($badge === '오늘 마감' || strpos($badge, 'D-') === 0);
@endphp
공고 목록으로
{{ $badge }}
@if ($job->job_group){{ $job->job_group }}@endif
{{ Config::employText($job->employ_type) }}
{{ $job->title }}
@if ($job->summary){{ $job->summary }}
@endif
@if ($job->dept_name)- 근무 부서
- {{ $job->dept_name }}
@endif
@if ($job->location)- 근무지
- {{ $job->location }}
@endif
- 고용 형태
- {{ Config::employText($job->employ_type) }}
- 경력
- {{ Config::careerText($job->career_type) }}@if ((int)$job->career_min > 0) {{ $job->career_min }}년 이상@endif
@if ($job->education)- 학력
- {{ $job->education }}
@endif
@if ($job->headcount)- 모집 인원
- {{ $job->headcount }}
@endif
- 접수 기간
-
@if ($job->always_open === 'Y')
상시 접수
@else
@if ($job->start_date){{ zdate($job->start_date, 'Y.m.d') }}@endif
@if ($job->start_date && $job->end_date) ~ @endif
@if ($job->end_date){{ zdate($job->end_date, 'Y.m.d') }}@endif
@if (!$job->start_date && !$job->end_date)별도 안내@endif
@endif
@foreach ($rc_sections as $rc_section)
@if (trim((string)$rc_section[1]) !== '')
{{ $rc_section[0] }}
{!! nl2br(escape($rc_section[1])) !!}
@endif
@endforeach
@if (!empty($benefit_groups))
{{ $recruit_company->name ?? '' }} 복리후생
@php $rc_bf_compact = true; @endphp
복리후생 자세히 보기
@endif
@if ($job->contact)
문의 {{ $job->contact }}
@endif
@if ($is_open)
이 공고에 지원하기
@if ($days_left !== null && $days_left >= 0)
접수 마감까지 {{ $days_left }}일 남았습니다
@endif
@else
접수가 끝난 공고입니다.
@if ($config->use_pool === 'Y')
인재풀에 등록하기
@endif
@endif