@component('mail::message') # 您被指定為交接人 **{{ $handover->applicant->name }}** 的{{ $handover->type === 'resignation' ? '離職' : '調職' }}交接申請已送出,您被指定為部分專案的交接接收人,請前往查看交接清單並於適當時機確認交接。 | 項目 | 資訊 | |------|------| | 申請人 | {{ $handover->applicant->name }} | | 申請類型 | {{ $handover->type === 'resignation' ? '離職' : '調職' }} | | 預計日期 | {{ $handover->expected_date->format('Y-m-d') }} | @component('mail::button', ['url' => route('handovers.show', $handover)]) 查看交接清單 @endcomponent @endcomponent