@extends('layouts.master') @section('css') @stop @section('content') @if(Session::has('message_error'))
| Código | Descripción | Nota |
|---|---|---|
| {!!$value->id!!} | {!!$value->descripcion!!} | {!! Form::text('califi_'.$value->id, $value->nota, $attributes = array('class' => 'form-control text-center', 'id'=>'califi_'.$value->id,'onkeypress'=>'return soloNumerosypunto(event,this)', 'size'=>'1', 'maxlength'=>'5')) !!} |