Mod mailRecipient in template

This commit is contained in:
philipp lang 2025-05-28 19:00:04 +02:00
parent 4ba13a6c42
commit 67e50709c0
1 changed files with 1 additions and 1 deletions

View File

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