@extends('layouts.main') @section('content')
{{ Form::label("machine","機種",["class"=>"control-label btn"]) }} | {{ Form::select('itemcategory', $itemcat, $request->itemcategory, ["class"=>"form-control validate[required]", 'id' => 'itemcategory', 'style' => 'width:49%;', 'onChange' => 'makeList_Item()']) }} {{ Form::select('item_id', $items, $request->item_id, ["class"=>"form-control validate[required]", 'id' => 'item_id', 'style' => 'width:49%;']) }} | {{ Form::label("ymd1","集計期間",["class"=>"control-label btn"]) }} | ~ |