@extends('layouts/app') @section('titulo', 'Lista Semestres') @section('content') @if (Auth::user()->tipo == 2)
@foreach ($gradoSeccion as $item)

{{ $item->grado . '' . $item->nom_seccion . '---' . $item->nombre . ' ' }}

@endforeach

SELECCIONAR UN SEMESTRE...

@foreach ($semestre as $sem) SEMESTRE {{ $sem->semestre . ' ' . $sem->año }} @endforeach PROMEDIO FINAL
@foreach ($sql as $i) @endforeach @foreach ($consulta as $ite) @endforeach
ID ALUMNO NOTA 1 NOTA 2 NOTA 3 PRO
{{ $i->id }} {{ $i->name . ' ' . $i->apellido }}
{{ $i->promedio }}
{{ $ite->id }} {{ $ite->name . ' ' . $ite->apellido }}
@endif @endsection