{{"Autorización de Uso de Imagen"}}

{{ Form::label('serial_scy',' Año Lectivo:') }} {{$currentSchoolYear->name_scy}}


{{ Form::hidden('savestudentphotos', action('MedicalFileController@postSaveauthorize', array()), array('id'=>'savestudentphotos')) }} {{ Form::open(array('method' => 'POST','id'=>'dataFormAuth')) }} {{ Form::hidden('serial_scy', $currentSchoolYear->serial_scy, array('id'=>'serial_scy')) }}
@if($schoolSetup->link_pdf_ciui)
@endif
@foreach($students as $student) @endforeach
CÓDIGO ESTUDIANTE NIVEL ¿AUTORIZA?
{{$student->serial_std}} {{$student->last_name_std}} {{$student->first_name_std}} {{$student->name_set}} {{$student->name_lvl}}
authorize_takes_pictures=='YES'?'checked':''}} >
authorize_takes_pictures=='NO'?'checked':''}} >
{{ Form::close() }} {{ HTML::style('css/common/feature-table.css') }} {{ HTML::script('js/common/feature-table.js') }} {{ HTML::style('css/common/radioCheckboxStyles.css') }}