Add heading in confirm registration mail
This commit is contained in:
parent
4f1c02acac
commit
4997895dfb
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
<x-mail-view::editor :content="$topText"></x-mail-view::editor>
|
<x-mail-view::editor :content="$topText"></x-mail-view::editor>
|
||||||
|
|
||||||
|
# Deine Daten
|
||||||
|
|
||||||
@foreach($config->sections as $section)
|
@foreach($config->sections as $section)
|
||||||
## {{$section->name}}
|
## {{$section->name}}
|
||||||
@foreach ($section->fields as $field)
|
@foreach ($section->fields as $field)
|
||||||
|
|
Loading…
Reference in New Issue