Año Lectivo Actual {{ $school_year->name_scy }}

@if($brothers && count($brothers)>0)

Hermanos/Estudiantes asignados a la misma familia

@foreach($brothers as $item) @endforeach
Estudiante Identificación Curso Bloqueo por Pensiones Bloqueo de Acceso Bloqueo de Usuario
@if($serialStd==$item->serial_std)@endif{{" ".$item->last_name_std." ".$item->first_name_std}} {{$item->id_std}} {{$item->name_lvl?$item->name_lvl." ":"No tiene registros en este año lectivo "}}{{$item->name_clg?$item->name_clg:""}} lock_grades=='UNLOCKED') checked @endif data-toggle="toggle" data-onstyle="success" data-offstyle="danger" type="checkbox"> status_usr=='ACTIVE') checked @endif @if($item->status_std=='INACTIVE') disabled @endif data-toggle="toggle" data-onstyle="success" data-offstyle="danger" type="checkbox"> status_std=='ACTIVE') checked @endif data-toggle="toggle" data-onstyle="success" data-offstyle="danger" type="checkbox">
@else {{"No hay datos"}} @endif
@if($guardians && count($guardians)>0)

Representantes asignados al estudiante

@foreach($guardians as $itemII) @endforeach
Representantes Identificación Relación Bloqueo de Acceso Bloqueo de Usuario
{{$itemII->last_name_grd." ".$itemII->first_name_grd}} {{$itemII->id_grd}} {{$itemII->relationship_stg=='FATHER'?'PADRE':($itemII->relationship_stg=='MOTHER'?'MADRE':'OTRO')}} status_usr=='ACTIVE') checked @endif @if($itemII->status_grd=='INACTIVE') disabled @endif data-toggle="toggle" data-onstyle="success" data-offstyle="danger" type="checkbox"> status_grd=='ACTIVE') checked @endif data-toggle="toggle" data-onstyle="success" data-offstyle="danger" type="checkbox">
@else {{"No hay estudiantes retirados"}} @endif


INFORMACIÓN:
  1. BLOQUEO POR PENSIONES: bloqueando con esta opción a los estudiantes, el sistema bloqueará automaticamente la visualización de notas
  2. BLOQUEO DE ACCESO: esta opción no permite al usuario ingresar a sistema
  3. BLOQUEO DE USUARIO: esta opción hace un borrado lógico del usuario en el sistema, la información permanecerá guardada pero cierta información no será accesible. Además se deshabilitará automaticamente el acceso del usuario.
{{HTML::script('js/lockGradesUserWithoutPension/student.js')}}