@extends('layout.sidebar') @section('content')
SELECCIONE | TIPO DE REPORTE |
---|---|
{{ Form::radio('notes', 'lower', false, array('id'=>'lower')) }}
|
{{Form::label('lower', 'Libreta Primaria')}} |
{{ Form::radio('notes', 'half', false, array('id'=>'half')) }}
|
{{Form::label('half', 'Libreta Escuela Media')}} |
{{ Form::radio('notes', 'top', false, array('id'=>'top')) }}
|
{{Form::label('top', 'Libreta Bechillerato')}} |