@extends('template.main') @section('titulo','Listado de Grupos Asignados') @section('cabecera') @endsection @section('contenido')

Docente {{$docente->nombre}} {{$docente->apellidos}}

Ver Horario Regresar
@if(count($grupo) >= 1) @foreach($grupo as $gr) @endforeach @else @endif
Grupo Nivel Educativo Carrera Modalidad Cuatrimestre Acciones
Grupo Nivel Educativo Carrera Modalidad Cuatrimestre Acciones
{{ $gr->nombre }} {{ $gr->NivelEducativo->tipo }} {{ $gr->Carrera->nombre }} {{ $gr->Modalidad->modalidad}} {{ $gr->cuatrimestre}}
No hay grupos registrados
@endsection