@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) !!}
@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