@if(count($notasxAlumno) > 0)
| Evaluaciones | Porcentaje | Nota | |
|---|---|---|---|
| {{ $item->nombre }} | {{ $item->porcentaje }} % | @if($item->nota > 11){{$item->nota}} | @else{{$item->nota }} | @endif @php($aux += ($item->nota * ($item->porcentaje/100) )) @php($count++)
| Nota | @if( ($aux/$count) > 11) | {{ $aux }} | @else{{ $aux }} | @endif