Mod mailRecipient in template

This commit is contained in:
philipp lang 2025-05-28 19:00:04 +02:00
parent 83d721c1ca
commit 196b81a82d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@component('mail::message')
# Hallo {{ $preventable->member->fullname }},
# Hallo {{ $preventable->getMailRecipient()->name }},
<x-mail-view::editor :content="$bodyText->toArray()['blocks']"></x-mail-view::editor>