@component('mail::message') # 💬 議題有新留言 您好 **{{ $recipient->name }}**, 您負責的議題有新留言: @component('mail::panel') **{{ $issue->title }}** @if ($commentPreview) > {{ $commentPreview }} @endif --- * **專案:** {{ $issue->project->name ?? '—' }} * **留言者:** {{ $actorName ?: '系統' }} @endcomponent @component('mail::button', ['url' => route('projects.issues.show', [$issue->project_id, $issue->id]) . '#comments']) 前往查看留言 @endcomponent {{ config('app.name') }} @endcomponent