浏览代码

Update admin contact email view

Daniel Supernault 6 年之前
父节点
当前提交
6cbd9bbea0
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      resources/views/emails/contact/admin.blade.php

+ 7 - 0
resources/views/emails/contact/admin.blade.php

@@ -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