@extends('layouts.admin') @section('styles') @endsection @section('content')
@if ($v_grado )
@endif @if ($v_cursos)

CURSOS

@endif @if ($v_tareas)

TAREAS

@endif @if ($v_esu)

CALIFICAR

@foreach ($estu as $e) @endforeach
ESTUDIANTE CALIFICACION
{{$e->estudiante->nombre}} {{$e->calificacion}} / {{$e->tarea->avlor}}
@endif
@endsection @section('scripts') @endsection