@extends('layouts.app') @section('title') {{trans('general.contact')}} -@endsection @section('css') @endsection @section('content')

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

{{ trans('general.subtitle_contact') }}
@if (session('notification'))
{{ session('notification') }}
@endif @include('errors.errors-forms')
@csrf @captcha
@if ($settings->link_terms != '' && $settings->link_privacy != '')
@endif
{{trans('auth.protected_recaptcha')}} {{trans('general.privacy')}} - {{trans('general.terms')}}
@endsection