mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-05-11 14:16:00 +02:00
8 lines
129 B
PHP
8 lines
129 B
PHP
<x-mail::message>
|
|
# {{ $title }}
|
|
|
|
{{ $type }} {{ $name }}
|
|
|
|
{!! str($content)->markdown()->sanitizeHtml() !!}
|
|
|
|
</x-mail::message>
|