Update contact view

pull/1424/head
Daniel Supernault 6 years ago
parent b28e6859d1
commit 21e27fc754
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -8,6 +8,13 @@
<hr>
<section>
@auth
<p class="lead">
@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
</p>
<form method="POST">
@csrf
<div class="form-group">

Loading…
Cancel
Save