@component('mail::message') # 交接申請已被退回 您的{{ $handover->type === 'resignation' ? '離職' : '調職' }}交接申請在 **{{ $rejectedByLabel }}** 審核階段被退回,請確認後重新送出。 | 項目 | 資訊 | |------|------| | 申請類型 | {{ $handover->type === 'resignation' ? '離職' : '調職' }} | | 退回關卡 | {{ $rejectedByLabel }} | @if($comment) **退回原因:** {{ $comment }} @endif @component('mail::button', ['url' => route('handovers.show', $handover), 'color' => 'red']) 查看並修改申請 @endcomponent @endcomponent