@version(2) @php use Zittme\Modules\Recruit\Models\Config as RcConfig; @endphp @load('../../../../assets/narae.css') @load('css/recruit.css') @load('css/narae.css') @load('js/recruit.js') @php use Zittme\Modules\Recruit\Models\Config; $rc_edu = $prefill_edu ?? []; $rc_career = $prefill_career ?? []; $rc_license = $prefill_license ?? []; $rc_grads = ['졸업', '졸업예정', '재학', '중퇴', '수료']; @endphp

공고로 돌아가기

지원서 작성

{{ $job->title }}

기본 정보
학력
@php $rc_rows = count($rc_edu) ? $rc_edu : [null]; @endphp @foreach ($rc_rows as $rc_row)
@endforeach
경력

적어 주신 기간으로 총 경력을 셈합니다. 지금 다니고 계시면 퇴사 월을 비우고 재직 칸을 재직 중으로 골라 주세요.

@php $rc_rows = count($rc_career) ? $rc_career : [null]; @endphp @foreach ($rc_rows as $rc_row)
{{-- 체크박스는 끈 줄이 아예 안 실려 다른 칸과 줄 수가 어긋난다. 고르기 칸으로 둔다 --}}
@endforeach
자격 · 면허
@php $rc_rows = count($rc_license) ? $rc_license : [null]; @endphp @foreach ($rc_rows as $rc_row)
@endforeach
자기소개
@if ($config->use_file === 'Y')
첨부

pdf, hwp, doc, 이미지, zip 을 올릴 수 있습니다. 한 파일은 10MB, 모두 합쳐 5개까지입니다.

@endif
확인 @if (!$is_member) @endif @if ($config->privacy_text)
{!! nl2br(escape($config->privacy_text)) !!}
@endif @if ($config->use_pool === 'Y') @endif
취소