mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 18:44:31 +00:00
25 lines
537 B
PHP
25 lines
537 B
PHP
<x-mail::message>
|
|
Hello **@{{$contact->user->username}}**,
|
|
|
|
You contacted the admin team of {{config('pixelfed.domain.app')}} with the following inquiry:
|
|
|
|
<x-mail::panel>
|
|
<i>{{str_limit($contact->message, 80)}}</i>
|
|
</x-mail::panel>
|
|
|
|
<x-mail::button :url="$url" color="primary">
|
|
View Admin Response
|
|
</x-mail::button>
|
|
|
|
<small>
|
|
or copy and paste the following url: <a href="{{$url}}">{{$url}}</a>
|
|
</small>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<small>
|
|
Thanks,<br>
|
|
The {{ ucfirst(config('pixelfed.domain.app')) }} Admin Team
|
|
</small>
|
|
</x-mail::message>
|