@extends('layout.sidebar') @section('content') @section('title','COMUNICADOS DE EXTRACURRICULARES') {{ HTML::script('js/extracurricularActivity/messages.js') }}
{{ Form::hidden('extracurricular', action('ExtracurricularActivityController@getExtracurricularactivitiesbygroupsptions', array()), array('id'=>'extracurricular')) }} {{ Form::hidden('extracurricularActivity', action('ExtracurricularActivityController@postStudentsByActivities', array()), array('id'=>'extracurricularActivity')) }} {{ Form::hidden('hdnEmployees', action('ExtracurricularActivityController@postEmployees', array()), array('id'=>'hdnEmployees')) }} {{Form::open(array('id'=>'trans_email_form','action'=>'ExtracurricularActivityController@postMessagesToGuardians', 'class' => 'form-create', 'method' => 'POST'))}}

Mensajes para Extracurriculares

{{Global_Functions::changeTitles('Año Lectivo')}}

{{$schoolYear->name_scy}}

* Campos Obligatorios

{{Form::label('* Grupo')}} {{ Form::select('serial_group',$groups,null,array('class'=>'form-control','id'=>'serial_group')) }}
{{Form::label('* Extracurricular')}} {{ Form::select('serial_extracurricular', array('' => '--Seleccione--'), '', array('class'=>'form-control', 'id'=>'serial_extracurricular')) }}

{{ Form::button('Agregar', array('id'=>'addpeople','class' => 'btn btn-info','data-toggle'=>'modal', 'data-target'=>'#selection')) }}

{{ Form::label('container','Para:',array('class'=>'form-label'))}}
{{Form::hidden('verify',null,array('id'=>'verify'))}}

{{ Form::button('Agregar', array('id'=>'addEmployee','class' => 'btn btn-info','data-toggle'=>'modal', 'data-target'=>'#modalEmployees')) }}

{{ Form::label('container','Copia para:',array('class'=>'form-label'))}}

{{ Form::label('subject','Asunto:',array('class'=>'form-label'))}}
{{Form::text('subject','',array('id'=>'subject','class'=>'form-control'))}}

{{ Form::label('messages','Mensaje:',array('class'=>'form-label'))}}
{{Form::textarea('messages','',array('id'=>'messages','class'=>'form-control','rows'=>'4'))}}

{{ Form::submit('Enviar Correo',array('id'=>'send','class'=>'btn btn-info'))}}

{{Form::close()}}
@stop