職位一覧
@if(!TnHelper::isHighestPosition($positions, $promotionList))
@if(empty($mst_grade_up_req = $promotionList['mst_grade_up_req']))
{{'新規登録'}}
@else
{{sprintf('%s「%s」の昇級要件', TnHelper::getPositionJP($positions, $promotionList), $promotionList['name'])}}
@endif
@endif
@php
$mst_grade_up_req = $promotionList->count() ? $promotionList['mst_grade_up_req'] : null;
$mst_position_up_req = $promotionList->count() ? $promotionList['mst_position_up_req'] : null;
$mst_position_id = $promotionList['id'];
$mst_grade_up_req_id = isset($mst_grade_up_req) ? $mst_grade_up_req['id'] : -1;
$mst_position_up_req_id = isset($mst_position_up_req) ? $mst_position_up_req['id'] : -1;
$firstPosDisp = false;
@endphp
{{--Render Position widget--}}
@include('widget.position')