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

Edit Moyenne - {{ucfirst($class->libelle)}}

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

@csrf @method('get') @php $i = 1; @endphp @foreach ($datas as $item) @endforeach
Nom Prénoms Sexe Matricule Moyenne
{{$i <= 9 ? '0'.$i++:$i++}}
{{$item['first_name']}}
{{$item['last_name']}}
{{ucfirst($item['sexe'])}}
{{$item['matricule']}}
/ 20
@endsection @section('script') @endsection