@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
Matricule Nom et prénoms sexe Moyenne
Photo Stuedent @php $i++; @endphp
{{$item['matricule']}}
{{ Str::limit($item['name'], '27', '...') }}
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}}
/ 20
@endsection @section('script') @endsection