@extends('app') @section('title', 'Add note') @section('link') @endsection @section('content')
@include('includes._alert')
@csrf @method('put')

Bonnus - {{ucfirst($class->libelle)}}

{{ucfirst($decoup->cutting->libelle.' [ '.($matter->matter->abbreviated ?? $matter->matter->libelle).' ]')}}

@php $i = 1; @endphp @foreach ($datas as $item) @endforeach
Nom et prénoms sexe Matricule Moyenne
{{$i <= 9 ? '0'.$i++:$i++}}
{{$item['name']}}
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}}
{{$item['matricule']}}
/ 20
@endsection @section('script') @endsection