@extends('site.partial.template') @section('section')

{{__('site.contact-us')}}


@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
0/500
@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
@endsection @auth @push('styles') @endpush @push('scripts') @endpush @endauth