close #1798 Fixed: "forgot password" mail template displayed HTML Tags

This commit is contained in:
Cüneyt Şentürk 2021-01-27 14:04:33 +03:00
parent 5277716f97
commit 0c4c28075e

View File

@ -36,7 +36,7 @@
<!-- Body content -->
<tr>
<td class="content-cell">
{{ Illuminate\Mail\Markdown::parse($slot) }}
{{ $slot }}
{{ $subcopy ?? '' }}
</td>