@extends('app') @section('title', 'List note') @section('link') @endsection @section('content')
@include('includes._alert')

Liste des notes - {{ucfirst($class->libelle)}}

{{ucfirst($decoup->cutting->libelle.' [ '.($matter->matter->abbreviated ?? $matter->matter->libelle).' ]')}} @if (!$approved) @endif

@for ($i = 0; $i < $eval; $i++) @endfor @php $t = 1 @endphp @foreach ($datas as $item) @for ($i = 0; $i < $eval; $i++) @endfor @endforeach
Matricule Nom et prénoms GenreN{{$i+1}}Moyenne Rang
Photo Stuedent @php $t++; @endphp
{{$item['matricule']}}
{{ Str::limit($item['name'], '27', '...') }}
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}}
{{$item['notes'][$i]['note'] ?? 'nc'}}
{{$item['moyen'] ? $item['moyen']['moyenne']:calculMoyenneMatter($item['notes'])}}
{{$item['moyen'] ? $item['moyen']['rang']:'--'}}
{{-- Modal --}} @endsection @section('script') @endsection