@extends('layouts.pointage-layout') @section('title', 'Système de Pointage - Présence CABOMA') @section('content')

Liste des pointages

@forelse($pointages as $pointage) @empty @endforelse
Nom Vacation Date Action
{{ $pointage->agent_name }} {{ $pointage->vacation }} {{ \Carbon\Carbon::parse($pointage->date)->format('d/m/Y') }}
@csrf
Aucun agent présent aujourd’hui.
{{-- Boutons de pagination --}}
{{ $pointages->links() }}
@endsection