@if(count($notasxAlumno) > 0)
@php($aux = 0) @php($count = 0) @foreach($notasxAlumno as $item) @if($item->nota > 11) @else @endif @php($aux += ($item->nota * ($item->porcentaje/100) )) @php($count++) @endforeach @if( ($aux/$count) > 11) @else @endif
Evaluaciones Porcentaje Nota
{{ $item->nombre }} {{ $item->porcentaje }} % {{$item->nota}} {{$item->nota }}
Nota {{ $aux }}{{ $aux }}
@else
No se tiene ninguna nota registrada.
@endif