@extends('layout.sidebar') @section('content') @section('title','CALIFICACIÓN DE DESTREZAS')

Calificación de Destrezas


{{ Form::hidden('subperiods', action('SubperiodController@getSubperiodsbyperiod', array()), array('id'=>'subperiods')) }} {{ Form::hidden('subperiodsAll', action('SubperiodController@getSubperiodsbyperiodAll', array()), array('id'=>'subperiodsAll')) }} {{ Form::hidden('serialSbc',$subject->serial_sbc, array('id'=>'serialSbc')) }} {{ Form::hidden('typeSubject',$typeSubject, array('id'=>'typeSubject')) }} {{ Form::hidden('serialCrs',$subject->serial_crs, array('id'=>'serialCrs')) }} {{ Form::hidden('setupSkills',$subject->setup_skills, array('id'=>'setupSkills')) }} {{ Form::hidden('skills', action('YearSubjectSkillsController@getYearSubjectSkills', array()), array('id'=>'skills')) }} {{ Form::hidden('urlModalSkills', action('YearSubjectSkillsController@getSkillModal', array()), array('id'=>'urlModalSkills')) }}
{{ Form::label('lblNameScy','Año Lectivo:') }} {{ Form::label('nameScy',$subject->name_scy) }}
{{ Form::label('lblSerialSet','Sección:') }} {{ Form::label('seriaSet',$subject->name_set )}}

@if($typeSubject=='Obligatoria') {{ Form::label('lblNameCrs','Curso:') }} {{ Form::label('Namecrs',$subject->course) }} @endif
{{ Form::label('lblNameCsb','Materia:') }} {{ Form::label('nameCsb',$subject->name_csb) }}
{{ Form::label('lblSerialPrd','Periodo:') }} {{ Form::select('serialPrd',$periods,'',array('class'=>'form-control selects','id'=>'serialPrd'))}}
{{ Form::label('lblSerialSbp','Parcial:') }} {{ Form::select('serialSbp', array('' => 'seleccione'),'', array('class'=>'form-control selects', 'id'=>'serialSbp')) }}

ATRÁS

{{ HTML::style('css/yearSubjectSkills/index.css') }} {{ HTML::script('js/yearSubjectSkills/index.js') }} @stop