@extends('layouts.app') @section('title', '離職/調職交接') @section('content')
| 申請人 | 類型 | 預計日期 | 狀態 | 申請時間 | |
|---|---|---|---|---|---|
| {{ $h->applicant->name }} | {{ $h->type === 'resignation' ? '🚪 離職' : '🔄 調職' }} | {{ $h->expected_date?->format('Y-m-d') ?? '—' }} | {{ $sl['label'] }} | {{ $h->created_at->format('Y-m-d') }} | 查看 @if($h->isDeletable() && $h->applicant_id === auth()->id()) @endif |