mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2026-03-16 16:25:41 +01:00
Small fix with email
This commit is contained in:
parent
6080aa3084
commit
95420065a3
1 changed files with 5 additions and 8 deletions
|
|
@ -1,8 +1,5 @@
|
|||
<x-mail::message>
|
||||
# {{ $title }}
|
||||
|
||||
{{ $type }} {{ $name }}
|
||||
|
||||
{!! str($content)->markdown()->sanitizeHtml() !!}
|
||||
|
||||
</x-mail::message>
|
||||
<div>
|
||||
<h1>{{$title}}</h1>
|
||||
<p>{{$type}} {{$name}}</p>
|
||||
<div>>{!! str($content)->markdown()->sanitizeHtml() !!}</div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue