Просмотр исходного кода

Update admin contact email view

Daniel Supernault 6 лет назад
Родитель
Сommit
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>
 <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:
 [**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:
 
 
 @component('mail::panel')
 @component('mail::panel')
 {{ $contact->message }}
 {{ $contact->message }}
 @endcomponent
 @endcomponent
 
 
+
 @component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
 @component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
 View Message
 View Message
 @endcomponent
 @endcomponent