@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('contact_title', $locale)) @section('content')

{{ Translation::getValue('contact_title', $locale) }}

{{ Translation::getValue('contact_orders', app()->getLocale()) }}

{{ Translation::getValue('contact_project', app()->getLocale()) }}

{{ Translation::getValue('contact_support', app()->getLocale()) }}

{{ Translation::getValue('contact_partner', app()->getLocale()) }}

{!! $settings->map_iframe !!}

{{ Translation::getValue('contact_how_to_reach', $locale) }}

{{ Translation::getValue('contact_reach_desc', $locale) }}

{{ Translation::getValue('our_company', $locale) }}

{{ Translation::getValue('contact_address', $locale) }}

{{ $settings->address }}

{{ Translation::getValue('contact_details', $locale) }}

{{ $settings->phone }}

{{ $settings->email }}

{{ $settings->support_email }}

@include('components.callback') @endsection