@extends('layouts.general') @section('link') {{Html::style('css/common/common.css')}} {{Html::style('css/career/car021.css')}} @endsection @include('layouts.header') @section('edit') {{-- 登録失敗時のメッセージ(成功時はlayout.masterに記載) --}} @if(isset($isError) && $isError)
@endif @endsection @section('content')達成 | 就任要件 | ||
---|---|---|---|
{{Form::checkbox('reqItemCheck', null, $positionReq['position_check'])}} | {{$positionReq['name']}} {{$positionReq['grade']}}級 以上の職位に在位していること | ||
{{Form::checkbox('reqItemCheck', null, $skillReq['skill_req_check'])}} | @if($skillReq['pattern'] === 1) | 以下のすべてのスキルを満たしていること | @else以下のいずれかのスキルを{{$skillReq['necessary_num']}}つ以上満たしていること | @endif
{{Form::checkbox('reqItemCheck', null, $skillReqItem['skill_check'])}} | {{$skillReqItem['name']}}({{$skillReqItem['rank']}}以上) | ||
{{Form::checkbox('reqItemCheck', null, $lectureReq['lecture_req_check'])}} | @if($lectureReq['pattern'] === 1) | 以下のすべての研修・訓練を受講していること | @else以下のいずれかの研修・訓練を{{$lectureReq['necessary_num']}}つ以上受講していること | @endif
{{Form::checkbox('reqItemCheck', null, $lectureReqItem['lecture_check'])}} | {{$lectureReqItem['name']}} | ||
{{Form::checkbox('reqItemCheck', null, $qualificationReq['qualification_req_check'])}} | @if($qualificationReq['pattern'] === 1) | 以下のすべての資格を取得していること | @else以下のいずれかの資格を{{$qualificationReq['necessary_num']}}つ以上取得していること | @endif
{{Form::checkbox('reqItemCheck', null, $qualificationReqItem['qualification_check'])}} | {{$qualificationReqItem['name']}} |