瀏覽代碼

Add admin contact email view

Daniel Supernault 6 年之前
父節點
當前提交
1fdfa7ac3d
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      resources/views/emails/contact/admin.blade.php

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

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