mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-03-16 16:25:41 +01:00
Test with Email/sms template
This commit is contained in:
parent
44026f0e66
commit
43e4383781
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<div>
|
<div>
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
<div><span>{{$type}} {{$name}}</span><span>{!! str($content)->markdown()->sanitizeHtml() !!}</span></div>
|
<div><span>{{$type}} {{$name}}</span><span>{!! str($content)->markdown()->stripTags('p')->sanitizeHtml() !!}</span></div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue