@if(Session::has('message')) @endif

{{ __("web.WE`D LOVE TO HEAR FROM YOU!") }}

{{ __("web.Your feedback is important to us, and we value the opportunity to address any questions or concerns you may have. Please feel free to contact us we are here to assist you and appreciate your engagement with our organization.") }}

{{ __("web.Address") }}: {{ Request::get('settings')[14]->value }}

@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror