@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')}}. @else The admins have not listed any public email. Please log in to send a message. @endif
@endauth