@extends('app') @section('title', 'List Devoir') @section('content')
@include('includes._alert')

Pragramme Devoirs

{{ $classe->libelle. ' [ '.ucwords($cutting->cutting->libelle).']' }}

@foreach ($matters as $matter) @endforeach
MATIERES MATIN APRES MIDI
{{ $matter['libelle'] }} @foreach ($matter['martins'] as $item) @endforeach
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@foreach ($matter['soirs'] as $item) @endforeach
{{ ucwords($item['jour']) }}
{{ date('d/m/Y', strtotime($item['date'])) }}
{{ $item['debut'] }} - {{ $item['fins'] }}
@endsection @section('script') @endsection