@extends('layouts/app') @section('titulo', 'Lista Notas') @section('content') @if (Auth::user()->tipo == 3)
| CURSO | NOTA 1 | NOTA 2 | NOTA 3 | PROMEDIO |
|---|---|---|---|---|
| {{ $i->nombre }} | {{ $i->nota1 }} | {{ $i->nota2 }} | {{ $i->nota3 }} | {{ $i->promedio }} |
| {{ $ite->nombre }} | -- | -- | -- | -- |