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