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

Listado de Grupos

Agregar Nuevo
@if(count($grupo) >= 1) @foreach($grupo as $gr) @endforeach @else @endif
Grupo Nivel Educativo Carrera Modalidad Cuatrimestre Numero de Alumnos Acciones
Grupo Nivel Educativo Carrera Modalidad Cuatrimestre Numero de Alumnos Acciones
{{ $gr->nombre }} {{ $gr->NivelEducativo->tipo }} {{ $gr->Carrera->nombre }} {{ $gr->Modalidad->modalidad}} {{$gr->cuatrimestre}} @for($i=0,$j=0;$iidGrupo) @php $j=$j+1; @endphp @endif @endfor {{$j}}
No hay grupos registrados
@endsection