{{ __('Contact us') }}

{{ __('Contact us') }}

{{ __($settings['contact_page'] ?? 'Please fill the form to send us message.') }}

@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy :extra_terms', [ 'terms_of_service' => '' . __('Terms of Service') . '', 'privacy_policy' => '' . __('Privacy Policy') . '', 'extra_terms' => ($settings['extra_terms_name'] ?? null) && ($settings['extra_terms_link'] ?? null) ? __('and') . ' ' . $settings['extra_terms_name'] . '' : '', ]) !!}
@endif
{{ __('Send') }}