@extends('template.layout') @section('content')
Lista de alumnos por curso
Filtro por año:
Filtro por mes:
@php ($count = 1) @foreach($historialAsistenciaCurso as $item) @php ($count++) @endforeach
@endsection @section('scripts') @endsection