@extends('layouts.master') @section('link') @include('layouts.header') @stop @section('content') {!! Form::open(array('url'=>'numstaff/search', 'class'=>'form-inline', 'id'=>'SubmitForm','method'=>'Post')) !!} {!! Form::hidden('IsBack','false', ['id'=>'IsBack']) !!}
@if(count(Session::get('_flash')['new']) >0) @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach @endif

結果履歴閲覧

@if(count($SearchResult)>0) @foreach($SearchResult as $index => $data)
数値指標{!! $index +1 !!}

{!! $data->numberical_name !!}

成果({!! $data->unit !!})
4月
5月
6月
7月
8月
9月
10月
11月
12月
1月
2月
3月
{!! $data->aggregate_method!!}
得点
{!! $data->score!!}/{!! $data->allocation_of_marks !!}
@endforeach @endif
{!! Form::close() !!} @stop @include ('layouts.footer')