@extends('layouts.reportes') @section('styles') @endsection @section('content')

REPORTES DE ACTIVIDADES

@if ($visi) @foreach ($grados as $g) @endforeach
GRADO CT. ESTUDIANTES COSTO ACTIVIDAD VENTAS SISTEMA ABONOS ESTUDIANTES QUE ABONARON FALTANTE
{{$g->nombre}} {{$g->seccion}} {{count($g->estudiante)}} {{costoVentasActividadToReporte($act, $g->id)}} --consto de actividad {{ventasActividadToReporte($act, $g->id) }} -- ventas por sistema {{activida_reporte($act, $g->id, $inicio, $final) }} --abonos {{countEstudianteAbonadoToActividad($act, $g->id, $inicio, $final) }} --ESTUDIAntes que abonaron {{ 0 }} - faltante
@endif
@endsection