@extends('layouts.estudiante') @section('content')
@foreach ($operacion as $o) @foreach (getJuegoToOperacion($o->id) as $index =>$j) @endforeach @endforeach
ESTUDIANTE DIFICULTAD VALOR 1 VALOR 2 RESPUESTA RESPUESTA (CORRECTA) PUNTEOS
{{$j->estudiante->nombre}} {{$o->dificultad}} {{$j->valor1}} {{$j->valor2}} {{$j->total}} {{$o->total}} @if ($o->total == $j->total) 5 pts. @else 0 pts. @endif
@endsection