@component('mail::message') # 交接申請等待您審核 **{{ $handover->applicant->name }}** 的{{ $handover->type === 'resignation' ? '離職' : '調職' }}交接申請已進入 **{{ $stageLabel }}** 審核階段,請盡快處理。 | 項目 | 資訊 | |------|------| | 申請人 | {{ $handover->applicant->name }} | | 申請類型 | {{ $handover->type === 'resignation' ? '離職' : '調職' }} | | 預計日期 | {{ $handover->expected_date->format('Y-m-d') }} | | 目前關卡 | {{ $stageLabel }} | @component('mail::button', ['url' => route('handovers.show', $handover)]) 前往審核 @endcomponent @endcomponent