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

{{ucwords($evaluated->evaluated->libelle ?? null)}}

{{$classe->libelle}}

@foreach ($matters as $matter) @endforeach @foreach ($datas as $item) @foreach ($item['notes'] as $note) @endforeach @endforeach
Nom & Prénoms Sexe{{$matter->primary_matter->abbreviated}}
Photo Stuedent {{ Str::limit($item['name'], '20', '...') }} {{$item['sexe']}}{{ $note['note'] ? ($note['note']['note'] == 'nc' ? 'nc':$note['note']['note'].' / '.$note['valeur']):'--' }}
@endsection @section('script') @endsection