{{ Form::hidden('levels_conf',$serial_scy, array('id' => 'levels_conf')) }} {{ Form::hidden('save_level_conf', action('TranscriptConfigurationController@postSaveLevelConf', array()), array('id'=>'save_level_conf')) }} {{ Form::open(array('id'=>'frmLeverConf', 'method' => 'POST','url'=>'')) }} @if(count($levels)>0)

@foreach($levels as $lvl) @endforeach
NOMBRE NIVEL USA TRANSCRIPT NÚMERO DE NIVEL
{{$i_c}} {{$lvl->name_lvl}} ({{$lvl->name_set}}) @if($lvl->use_for_transcript=='YES') @else @endif @if($lvl->use_for_transcript=='YES') @else @endif





@else @endif {{Form::close()}} {{ HTML::script('js/transcriptConfiguration/loads/loadLevelConf.js') }}