@extends('layouts.general') @section('layouts.header') @include('layouts.header') @stop @section('optionalCss')
@stop @section('content')
{{--Begin flash message--}}
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }}
×
@endif @endforeach
{{--End flash message--}} {{--Begin flash message--}}
@{{form.errors.get(key)}}
{{--End flash message--}}
資格取得実績一括入力
{{csrf_field()}}
資格取得日
資格名
{!! Form::n_select('Qualification', $Qualification, $Qualify, Message::get('C00001', ['a']), ['id' => 'Qualification', 'class' => 'form-control width-405'], null) !!}
資格の追加
該当者絞り込み
職 位
{!! Form::n_select('Positions_1', $Positions, $Pos, Message::get('C00001', ['a']), ['id' => 'Positions_1', 'class' => 'form-control width-180'], null) !!}
~
{!! Form::n_select('Positions_2', $Positions, $Pos, Message::get('C00001', ['a']), ['id' => 'Positions_2', 'class' => 'form-control width-180'], null) !!}
勤続年数
{{ Form::n_select('year_1', $NumberYear, $NumYear, Message::get('C00001', ['a']), ['id'=> 'year_1', 'class' => 'form-control width-180'], null) }}
~
{{ Form::n_select('year_2', $NumberYear, $NumYear, Message::get('C00001', ['a']), ['id'=> 'year_2', 'class' => 'form-control width-180'], null) }}
職能区分
{!! Form::n_select('SkillClass', $SkillClass, $Skill, Message::get('C00001', ['a']), ['id' => 'SkillClass', 'class' => 'form-control width-250'], null) !!}
雇用状況
現職者
現職者(正規)
現職者(非正規)
休職者
異動(転出)
異動(除籍)
退職者
すべて
検索条件をクリア
{!! Form::button('検 索',['class'=>'btn btn-primary width-105', 'id'=>'searchForm' ])!!}
@foreach($ListStaffs as $ListStaff) @endforeach
適用
氏名
備考
{{ $ListStaff->name }}
{{Form::textarea("note_$ListStaff->id", null, [ "class" => "form-control textarea-control", "style" => "height: 35px;" ] )}}
保存しますか?
×
入力内容が不正な項目があり保存できません。 入力内容を見直してください。
@stop @section('modal') @include('layouts.modal') @stop @section('layouts.footer') @include ('layouts.footer') @stop @section('optionalJs') @append