A new employee was successfully added on {{ now()->format('F j, Y \a\t H:i') }}.
| Employee Details | |
|---|---|
| Last Name | {{ $employee->last_name ?? '' }} |
| First Name | {{ $employee->first_name ?? '' }} |
| Personal ID | {{ $employee->personal_id ?? '' }} |
| Birth Date | {{ $employee->birth_date ?? '' }} |
| Gender | {{ $employee->gender ?? '' }} |
| Marital Status | {{ $employee->marital_status ?? '' }} |
| Mobile Phone | {{ $employee->mobile_phone ?? '' }} |
| Grade Level | {{ $employee->echelon ?? '' }} |
| Department | {{ $employee->department ?? '' }} |
| Function | {{ $employee->function ?? '' }} |
| Contract Type | {{ $employee->contract_type ?? '' }} |
| More Info | |