@if($positions->count())
@if($positions->count()) @foreach($positions as $key => $position) @if(! $loop->first || $firstPosDisp) @else @endif @if(! $loop->first) @else @endif @if(! $loop->last) @else @endif @endforeach @endif
@if($loop->first) 最高位 @else {{sprintf('第%s職位', \App\Helpers\JapaneseNumerals::to($position->position_order))}} @endif {{$position->name}}
@if($displayCreate) @endif
@endif