Add admin contact email view

This commit is contained in:
Daniel Supernault 2019-06-06 21:12:29 -06:00
parent a9c02747b9
commit 1fdfa7ac3d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
@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