@extends('site.partial.template') @section('section')
@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
@if(config('instance.contact.enabled')) @endif @else@if(filter_var(config('instance.email'), FILTER_VALIDATE_EMAIL) == true) You can contact the admins by sending an email to {{config('instance.email')}}. @else The admins have not listed any public email. Please log in to send a message. @endif
@endauth