@extends('layouts.user_type.auth') @section('content') Suppression d'un pointage × Etes-vous sûr(e) de vouloir supprimer cet élément ? LISTE DES POINTAGES PERSONNEL POINTEUR DATE POINTAGE HEURE MINUTE ACTION @foreach($pointages as $pointage) {{ DB::table("personnels")->find($pointage->personnel)->nom }} {{ DB::table("personnels")->find($pointage->chef)->nom }} {{ $pointage->date }} {{ $pointage->nombre_heure }} {{ $pointage->nombre_minute }} @endforeach {{ $pointages->links() }} @endsection