@component('mail::message') # 🔄 議題狀態已更新 您好 **{{ $recipient->name }}**, 您負責的議題狀態已由 **{{ $actorName ?: '系統' }}** 變更: @component('mail::panel') **{{ $issue->title }}** --- * **專案:** {{ $issue->project->name ?? '—' }} * **狀態變更:** {{ $oldStatusLabel }} → **{{ $newStatusLabel }}** @if ($issue->due_date) * **截止日:** {{ $issue->due_date->format('Y-m-d') }} @endif @endcomponent @component('mail::button', ['url' => route('projects.issues.show', [$issue->project_id, $issue->id])]) 前往查看議題 @endcomponent {{ config('app.name') }} @endcomponent