Explorar o código

Update admin contact email view

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
6cbd9bbea0
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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