{{ HTML::script('js/reportCard/loads/info.js') }} {{ Form::hidden('save', action('ReportCardCotroller@postSave', array()), array('id'=>'save')) }} {{ Form::open(array('class'=>'form-signin', 'method' => 'POST','id'=>'frmInfo')) }}
{{Form::hidden('status_rcd',empty($object->status_rcd) ? 'ACTIVE' : $object->status_rcd,array('id'=>'status_rcd'))}} {{Form::hidden('info_serial_rcd',$object->serial_rcd,array('id'=>'info_serial_rcd'))}} {{Form::text('name_rcd',$object->name_rcd,array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'name_rcd','size' => '50x2')) }}
{{ Form::text('description_rcd', $object->description_rcd, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'description_rcd','size' => '50x2')) }}
{{ Form::select('type_rcd',$reportCardOptions, $object->type_rcd, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'type_rcd')) }}
{{ Form::file('route_rcd',array('id'=>'route_rcd','data-buttonText'=>'Examinar','class'=>'filestyle','data-buttonBefore'=>'true','data-buttonName'=>"btn-primary",'data-size'=> 'sm')) }}
{{ Form::text('controller_rcd', $object->controller_rcd, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'controller_rcd','size' => '50x2')) }}
{{ Form::text('method_rcd', $object->method_rcd, array('class'=>'form-control higth-input', 'placeholder'=>'', 'aria-describedby'=>'basic-addon9', 'id'=>'method_rcd','size' => '50x2')) }}
{{Form::close()}}