{{ HTML::style('css/way/create.css') }} {{ Form::open(array('url' => 'way/create', 'class' => 'form-create', 'method' => 'POST', 'id' => 'createWayForm')) }} {{ Form::hidden('serial_rot', $way->serial_rot) }}
Código {{ Form::text('code_rot', $way->code_rot, array('class'=>'form-control', 'placeholder'=>'', 'aria-describedby'=>'basic-addon1', 'id'=>'code_rot')) }}
Descripción {{ Form::text('description_rot', $way->description_rot, array('class'=>'form-control', 'placeholder'=>'', 'aria-describedby'=>'basic-addon2', 'id'=>'description_rot')) }}
{{ Form::submit('Guardar', array('class'=>'btn btn-success form-control'))}}
{{ Form::close() }} {{ HTML::script('js/way/create.js') }}