From babb0dc2a8f4534aa5b5fc466fce73aadb5d569e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 26 Sep 2017 18:18:07 -0400 Subject: [PATCH] Add a space to the contact email --- resources/views/email/contact.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/email/contact.blade.php b/resources/views/email/contact.blade.php index 62e80d8..855c444 100644 --- a/resources/views/email/contact.blade.php +++ b/resources/views/email/contact.blade.php @@ -3,6 +3,7 @@ +

Name: {{ $contact['name'] }}

Email: {{ $contact['email'] }}