@extends('layouts.profesor') @section('content')

TAREAS REGISTRADAS

@if ($vis2)
@endif @if ($vis) @foreach ($calificar as $t) @endforeach
ESTUDIANTE TAREA VALOR DE TAREA NOTA
{{$t->estudiante->nombre}} {{$t->tarea->nombre}} {{$t->tarea->valor}} {{$t->calificacion}}
@csrf @method('PUT')
@endif
@endsection