Update admin contact email view

This commit is contained in:
Daniel Supernault 2019-06-06 21:25:48 -06:00
parent a38362b107
commit 6cbd9bbea0
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -3,12 +3,19 @@
<br>
@if($contact->response_requested)
**This user has requested a response from you.**
@endif
<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