@extends('template.main') @section('titulo','Lista de Grupos') @section('cabecera') @endsection @section('contenido') @if($activo>=1)

Grupos Asignados

Seleccione uno de los grupos para agregar calificaciones, si no muestra un botón es por que los periodos de evaluación aún no se activan por la institución

@if(count($grupos) >= 1) @foreach($grupos as $gr) @endforeach @else @endif
Grupo Nivel Educativo Carrera Cuatrimestre Numero de Alumnos Acciones
{{$gr->nombre}} {{$gr->NivelEducativo->tipo}} {{$gr->Carrera->nombre}} {{$gr->cuatrimestre}} @for($i=0,$j=0;$iidGrupo) @php $j=$j+1; @endphp @endif @endfor {{$j}} @for($i=0;$iidGrupo == $fecha->idGrupo) @if($hoy <= date('Y/m/d',strtotime($fecha->final)) && $hoy >= date('Y/m/d',strtotime($fecha->inicio)) && $fecha->parcial ==1) Parcial 1 @if(1==$gr->parcial) Calificacion Final @endif @endif @if($hoy <= date('Y/m/d',strtotime($fecha->final)) && $hoy >= date('Y/m/d',strtotime($fecha->inicio)) && $fecha->parcial ==2) Parcial 2 @if(2==$gr->parcial) Calificacion Final @endif @endif @if($hoy <= date('Y/m/d',strtotime($fecha->final)) && $hoy >= date('Y/m/d',strtotime($fecha->inicio)) && $fecha->parcial ==3) Parcial 3 @if(3==$gr->parcial) Calificacion Final @endif @endif @if($hoy <= date('Y/m/d',strtotime($fecha->final)) && $hoy >= date('Y/m/d',strtotime($fecha->inicio)) && $fecha->parcial ==4) Parcial 4 @if(4==$gr->parcial) Calificacion Final @endif @endif @if($hoy <= date('Y/m/d',strtotime($fecha->final)) && $hoy >= date('Y/m/d',strtotime($fecha->inicio)) && $fecha->parcial ==5) Parcial 5 @if(5==$gr->parcial) Calificacion Final @endif @endif @endif @endforeach @endfor
No hay grupos registrados
@else

Buen Dia {{\Illuminate\Support\Facades\Auth::user()->name}}


Este es un modulo solo para profesores.

@endif @endsection