@extends('layouts.base') @section('content')

{{ trans('general.contact') }}

{{ trans('general.subtitle_contact') }}
@if (session('notification'))
{{ session('notification') }}
@endif @include('errors.errors-forms')
@csrf
@if (__system_settings('link_terms') != '' && __system_settings('link_privacy') != '') @endif
@if (__system_settings('captcha_contact') == 'on') {!! NoCaptcha::displaySubmit('contactForm', __('auth.send').' ', ['data-size' => 'invisible', 'class' => 'bg-blue-600 hover:bg-blue-700 text-white py-3 px-6 rounded-lg w-full font-semibold transition']) !!} {!! NoCaptcha::renderJs() !!} @else @endif
@endsection