Files
ProxyPanel/resources/views/mail/simpleMarkdown.blade.php
2021-01-31 21:19:38 -05:00

11 lines
168 B
PHP

@component('mail::message')
# {{$title}}
{!! $content !!}
@component('mail::button', ['url' => $url])
{{trans('notification.view_web')}}
@endcomponent
@endcomponent