diff --git a/resources/views/hr/employees/partials/table.blade.php b/resources/views/hr/employees/partials/table.blade.php
index 512a6a27..a76ef617 100644
--- a/resources/views/hr/employees/partials/table.blade.php
+++ b/resources/views/hr/employees/partials/table.blade.php
@@ -8,6 +8,7 @@
직급/직책 |
상태 |
입사일 |
+ 퇴직일 |
연락처 |
작업 |
@@ -73,6 +74,11 @@ class="flex items-center gap-3 group">
{{ $employee->hire_date ?? '-' }}
+ {{-- 퇴직일 --}}
+
+ {{ $employee->resign_date ?? '-' }}
+ |
+
{{-- 연락처 --}}
{{ $employee->user?->phone ?? $employee->user?->email ?? '-' }}
@@ -117,7 +123,7 @@ class="text-red-600 hover:text-red-800" title="퇴직처리">
@empty
|
- |
+ |
|