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

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

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

@php $i = 1; @endphp @foreach ($datas as $item) @endforeach
Matricule Nom et prénoms sexe Moyenne CF Moyenne OG Moyenne E0
Photo Stuedent @php $i++; @endphp
{{$item['matricule']}}
{{ Str::limit($item['name'], '50', '...') }}
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}}
/ 20 / 20 / 20

@endsection @section('script') @endsection