Classe : {{ $classe->libelle }}
PROGRAMME DE DEVOIRS {{ strtoUpper($cutting->cutting->libelle) }}
@foreach ($matters as $matter) @endforeach
MATIERES MATIN APRES MIDI
{{ $matter['libelle'] }} @if (count($matter['martins'])) @foreach ($matter['martins'] as $item) @endforeach
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@endif
@if (count($matter['soirs'])) @foreach ($matter['soirs'] as $item) @endforeach
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@endif