From 21e27fc75434659b7b894c724d9658416703e581 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 18 Jun 2019 14:23:21 -0600 Subject: [PATCH] Update contact view --- resources/views/site/contact.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/views/site/contact.blade.php b/resources/views/site/contact.blade.php index d0e78fbe5..fd5117289 100644 --- a/resources/views/site/contact.blade.php +++ b/resources/views/site/contact.blade.php @@ -8,6 +8,13 @@
@auth +

+ @if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true) + You can contact the admins by sending an email to {{config('instance.email')}} or using the form below. + @else + You can contact the admins by using the form below. + @endif +

@csrf