mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
11 lines
168 B
PHP
11 lines
168 B
PHP
@component('mail::message')
|
|
# {{$title}}
|
|
|
|
{!! $content !!}
|
|
|
|
@component('mail::button', ['url' => $url])
|
|
{{trans('notification.view_web')}}
|
|
@endcomponent
|
|
@endcomponent
|
|
|