@extends(get_view('index')) @section('title') {{ translate('İletişim') }} - @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => __('İletişim')])

{{ __('Bize Mesaj Bırakın') }}

{{ __('Contact us or give us a call to discover how we can help.') }}

@csrf

{{ __('Şirket Merkezi') }}

{{ __('Adres: ') . (isset(Site::contact()->contact_address) ? Site::contact()->contact_address : '') }} {{ __('Telefon: ') . (isset(Site::contact()->contact_phone) ? Site::contact()->contact_phone : '') }}
{!! get_google_map_iframe() !!}
@endsection @section('footer') @endsection