@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @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' => 'btn btn-primary my-4 w-100']) !!} {!! NoCaptcha::renderJs() !!} @else @endif
@endsection