@component('mail::message') # 交接申請已全數核准 您的{{ $handover->type === 'resignation' ? '離職' : '調職' }}交接申請已完成所有審核流程,正式核准通過。 | 項目 | 資訊 | |------|------| | 申請類型 | {{ $handover->type === 'resignation' ? '離職' : '調職' }} | | 預計日期 | {{ $handover->expected_date->format('Y-m-d') }} | | 核准時間 | {{ now()->format('Y-m-d H:i') }} | @component('mail::button', ['url' => route('handovers.show', $handover)]) 查看申請 @endcomponent @endcomponent