@extends('layouts.app') @section('title', 'Kit Service | Employee Card') @section('content')
ID: {{ $employee->employee_id }}
Department: {{ $employee->department }}
Function: {{ $employee->function }}
Hire Date: {{ $employee->created_at->format('d M Y') }}