pixelfed/resources/views/emails/contact/admin-response.blade.php
2024-10-10 01:56:52 -06:00

25 lines
537 B
PHP

<x-mail::message>
Hello **&commat;{{$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>