@extends('layouts.master_panel') @section('title') Pointage @stop @section('CSS') @stop @section('JS') @stop @section('content')
| # | Nom et Prénom | Type | Pointage | Retard | @if(auth()->user()->super_admin == 1)Action | @endif|||
|---|---|---|---|---|---|---|---|---|
| Elève | {{ $histor->student->last_name . ' ' . $histor->student->first_name }} | @endif @if(!empty($histor->personnel_id))Personnel | {{ $histor->personnel->last_name . ' ' . $histor->personnel->first_name }} | @endif @if(!empty($histor->teacher_id))Enseignant | {{ $histor->teacher->last_name . ' ' . $histor->teacher->first_name }} | @endif@if($histor->type == 1) Entrée @else Sortie @endif | {{ $enTofr->format('d/m/Y H:i') }} | @if($histor->late_minutes > 0) |