@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') }}

{{ __('Nasıl yardımcı olabileceğimizi öğrenmek için bizimle iletişime geçin veya bizi arayın.') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@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