@extends('layouts.master') @section('title', 'Solde_Congé') @section('parentPageTitle', '') @section('page-style') @stop @section('content')
| # | Matricule | Employé | Direction | Date d'embauche | Date d'éligibilité |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $employe->matricule }} | {{ $employe->nom }} | {{ $employe->direction ?? 'N/A' }} | {{ \Carbon\Carbon::parse($employe->date_embauche)->locale('fr')->isoFormat('LL') }} |
{{ \Carbon\Carbon::parse($employe->date_eligibilite_conge)->locale('fr')->isoFormat('LL') }}
(dans {{ \Carbon\Carbon::now()->diffInDays(\Carbon\Carbon::parse($employe->date_eligibilite_conge)) }} jours) |
| Aucun employé non éligible trouvé | |||||