Matricule: {{ $employee->employee_id ?? 'N/A' }}
Téléphone: {{ $employee->mobile_phone ?? 'N/A' }}
{{--
Email: {{ $employee->email ?? 'N/A' }}
--}}
Département: {{ $employee->department ?? 'N/A' }}
{{--
Naissance: {{ $employee->birth_date ?? 'N/A' }}
--}}