diff --git a/resources/views/site/contact.blade.php b/resources/views/site/contact.blade.php index fd511728..8daa540b 100644 --- a/resources/views/site/contact.blade.php +++ b/resources/views/site/contact.blade.php @@ -15,6 +15,7 @@ You can contact the admins by using the form below. @endif

+ @if(config('instance.contact.enabled'))
@csrf
@@ -28,6 +29,7 @@
+ @endif @else

@if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true)