@extends('layout.sidebar') @section('title', 'Reporte de Reseva de Cupos') @section('content')

Reporte de Reseva de Cupos


{{ Form::open(array('url' => 'quota/quotareport', 'method' => 'post')) }}
{{ Form::label('serial_scy','Año Lectivo:', array('class' => 'col-md-2 control-label')) }}
{{ Form::select('serial_scy', $schoolyears, $currentschoolyear->serial_scy, array('class'=>'form-control', 'id'=>'serial_scy')) }}

{{ Form::submit('Generar Reporte', array('class' => 'btn btn-primary')) }}
{{ Form::close() }}
@stop()