@extends('layouts.app') @section('title', 'Kit Service | Employee List Cdd') @section('content')
Total Employees
{{ $employeesAllCount ?? 'N/A' }}
Employee CDD
{{ $count ?? 'N/A' }}
Employee CDI
{{ $employeeesAllCdi ?? 'N/A' }}
Others
{{ $others ?? 'N/A' }}
ID: {{ $employee->employee->employee_id }}
Fin du contrat : {{ \Carbon\Carbon::parse($employee->end_contract_date)->format('d/m/Y') }}
{{ $daysSinceEnd }} jour{{ $daysSinceEnd > 1 ? 's' : '' }} depuis l'expiration