@extends('layouts.app') @section('titulo', 'Inicio') @section('content')

SISTEMA DE NOTAS ACADEMICAS

@foreach ($sql4 as $item) {{ $item->total }} @endforeach

TODOS LOS USUARIOS

@foreach ($sql as $item) {{ $item->total }} @endforeach

ADMINISTRADOR

@foreach ($sql2 as $item) {{ $item->total }} @endforeach

DOCENTES

@foreach ($sql3 as $item) {{ $item->total }} @endforeach

ESTUDIANTES

@foreach ($sql5 as $item) {{ $item->total }} @endforeach

MATERIAS

@foreach ($sql7 as $item)

Max : {{ $item->promedio }}

@endforeach @foreach ($sql8 as $item)

Min : {{ $item->promedio }}

@endforeach @foreach ($sql6 as $item)

Pro : {{ $item->promedio }}

@endforeach

NOTAS

@foreach ($sql9 as $item) {{ $item->total }} @endforeach

SECCION

@foreach ($sql10 as $item) {{ $item->total }} @endforeach

GRADO Y SECCION

@endsection