Contrôle en Temps Réel
@include('partials.StudentsCards')
{{-- @include('partials.TeachersCards') --}}
{{-- @include('Classrooms.RealTimeControlContents') --}}
Etudiants probables en salle de cours
| ZK ID |
Nom et Prénom(s) |
Date / Heure |
{{-- Filière | --}}
Contact |
@foreach ($today_punches as $today_punch)
| {{ $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 }} |
@endforeach
| ZK ID |
Nom et Prénom(s) |
Date / Heure |
{{-- Filière | --}}
Contact |
{{-- Authentification --}}
Authentifications
| ZK ID |
Nom et Prénom(s) |
Date / Heure |
Mode d'authentification |
Type d'authentification |
@foreach ($punches as $punch)
| {{ $punch->zk_id }} |
{{ $punch->nom }} {{ $punch->prenom }} |
{{ $punch->punch_date }} / {{ $punch->punch_hour }} |
{{ $punch->punch_mode }} |
{{ $punch->punch_type }} |
@endforeach
| ZK ID |
Nom et Prénom(s) |
Date / Heure |
Mode d'authentification |
Type d'authentification |
@endsection
@section('script')
@endsection