@extends('layouts.layout') @section('content')
@include('partials.StudentsCards') {{-- @include('partials.TeachersCards') --}} {{-- @include('Classrooms.RealTimeControlContents') --}}

Etudiants probables en salle de cours

{{-- --}} @foreach ($today_punches as $today_punch) {{-- --}} @endforeach {{-- --}}
ZK ID Nom et Prénom(s) Date / HeureFilièreContact
{{ $today_punch->zk_id }} {{ $today_punch->nom }} {{ $today_punch->prenom }} {{ $today_punch->punch_date }} / {{ $today_punch->punch_hour }}{{ $today_punch->code_pays }} {{ $today_punch->adresse }}{{ $today_punch->code_pays }} {{ $today_punch->adresse }}
ZK ID Nom et Prénom(s) Date / HeureFilièreContact
{{-- Authentification --}}

Authentifications

@foreach ($punches as $punch) @endforeach
ZK ID Nom et Prénom(s) Date / Heure Mode d'authentification Type d'authentification
{{ $punch->zk_id }} {{ $punch->nom }} {{ $punch->prenom }} {{ $punch->punch_date }} / {{ $punch->punch_hour }} {{ $punch->punch_mode }} {{ $punch->punch_type }}
ZK ID Nom et Prénom(s) Date / Heure Mode d'authentification Type d'authentification
@endsection @section('script') @endsection