@version(2) @load('../../../../assets/narae.css') @load('css/recruit.css') @load('css/narae.css') @php use Zittme\Modules\Recruit\Models\Config; use Zittme\Modules\Recruit\Models\Job; $rc_title = '채용 공고'; $rc_lead = $config->intro ?: '함께 일할 분을 모십니다.'; $rc_any_filter = $filter->job_group !== '' || $filter->employ_type !== '' || $filter->s_title !== ''; @endphp
@if ($config->intro)

{{ $config->intro }}

@endif @if (count($job_groups)) @endif

접수 중인 공고 {{ number_format($open_count) }} @if ($rc_any_filter)조건 지우기@endif

@if (count($job_list)) @else
@if ($rc_any_filter)조건에 맞는 공고가 없어요@else지금은 진행 중인 공고가 없어요@endif @if ($config->use_pool === 'Y')

인재풀에 등록해 두시면 새 공고가 열릴 때 먼저 연락드립니다.

@endif
@endif @if ($page_navigation && $page_navigation->last_page > 1) @endif @if ($config->use_pool === 'Y')
맞는 공고가 없으신가요?

인재풀에 이력을 남겨 두시면 어울리는 자리가 열릴 때 채용 담당자가 먼저 연락드립니다.

인재풀 등록하기
@endif