@extends('layout.sidebar') @section('content') @section('title','Copia de mails') {{ Form::hidden('students', action('CopyMailGuardianController@postStudents', array()), array('id'=>'students')) }} {{Form::token();}}

SELECCION DE REPRESENTANTES PARA COPIAR MAILS


{{ Form::label('serial_scy','Año Lectivo:',array('class' => 'col-md-5 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy')) }}
{{ HTML::script('js/copyMailGuardian/index.js') }} @stop()