Classe : {{ $classe->libelle }}
Ministère de l'Education Nationale, de l'Enseignement
Technique et de la Formation Professionnelle
{{mb_strtoupper($school->school->name_school)}}
REPUBLIQUEDE COTE D'IVOIRE
Union - Discipline - Travail
Année Scolaire :
{{$classe->schoolYear->school_year}}
PROGRAMME DE DEVOIRS {{ strtoUpper($cutting->cutting->libelle) }}
MATIERES
MATIN
APRES MIDI
@foreach ($matters as $matter)
{{ $matter['libelle'] }}
@if (count($matter['martins']))
@foreach ($matter['martins'] as $item)
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@endforeach
@endif
@if (count($matter['soirs']))
@foreach ($matter['soirs'] as $item)
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@endforeach
@endif
@endforeach