@extends('app') @section('title', 'Program Devoir') @section('link') @endsection @section('content')
@include('includes._alert')

Liste Des Devoirs


@foreach ($data as $item)
@php $i = 1; @endphp @foreach ($item['datas'] as $val) @endforeach
Matière Classe Date Heure Actions
{{$i <= 9 ? '0'.$i++:$i++}} {{ucfirst($val->matter->abbreviated != "All/Esp" ? $val->matter->abbreviated:'LV2')}} {{ucfirst($val->classe->libelle)}} {{date('d/m/Y', strtotime($val['date']))}} {{$val['debut']. ' à '.$val['fins']}}
@endforeach
@endsection @section('script') @endsection