@extends('layouts.app') @section('title', 'Kit Service | Employee Card') @section('content')
Total Employees
{{ $count ?? 'N/A' }}
Employee CDD
{{ $cdd ?? 'N/A' }}
Employee CDI
{{ $employeeesAllCdi ?? 'N/A' }}
Others
{{ $others ?? 'N/A' }}
ID: {{ $employee->employee_id }}
Department: {{ $employee->department }}
Function: {{ $employee->function }}
Hire Date: {{ $employee->created_at->format('d M Y') }}