mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
16 lines
340 B
PHP
16 lines
340 B
PHP
|
@component('mail::message')
|
||
|
# New Support Message
|
||
|
|
||
|
<br>
|
||
|
|
||
|
[**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:
|
||
|
|
||
|
@component('mail::panel')
|
||
|
{{ $contact->message }}
|
||
|
@endcomponent
|
||
|
|
||
|
@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
|
||
|
View Message
|
||
|
@endcomponent
|
||
|
|
||
|
@endcomponent
|