@extends('layouts.app') @section('content')
UNITÉ DE FORMATION ET DE RECHERCHE
EN SCIENCES ET TECHNOLOGIES
{{ $departement }} - {{ $classe }}
{{ date('d M Y') }}
@if(count($ept) != 0) @foreach($ept as $item) @endforeach @endif
LUNDI MARDI MERCREDI JEUDI VENDREDI SAMEDI
@if(count($item["data"]) != 0) @foreach($item["data"] as $row)
{{ $row->course->name }}
{{ \Carbon\Carbon::createFromFormat('H:i:s',$row->start)->format('h:i') }}
-
{{ \Carbon\Carbon::createFromFormat('H:i:s',$row->end)->format('h:i') }}
Prof
{{ $row->course->professor->last_name }}
@if($row->course->groupe_number != 1)
Groupe
{{ $row->group }}
@endif @if($row->salle)
Salle
{{ $row->salle->name }}
@endif
@endforeach @else
LIBRE
@endif
@endsection