{{ get_site_title() }}

{{ get_site_title() }}

@php $single_pages = get_single_pages(true); @endphp @if ($single_pages)
{{ __('Şirket') }}
    @foreach ($single_pages as $single_page)
  • {{ __($single_page['title']) }}
  • @endforeach
@endif
{{ __('İletişim') }}
  • {{ __('İletişim Formu') }}
  • @if (isset(Site::contact()->contact_address) && Site::contact()->contact_address != null)
  • {{ __('Adres') }}:
  • {{ Site::contact()->contact_address ?? '' }}
  • @endif @if (isset(Site::contact()->contact_email) && Site::contact()->contact_email != null)
  • {{ __('E-Posta') }}:
  • {{ Site::contact()->contact_email ?? '' }}
  • @endif @if (isset(Site::contact()->contact_phone) && Site::contact()->contact_phone != null)
  • {{ __('Telefon') }}:
  • {{ Site::contact()->contact_phone ?? '' }}
  • @endif
    @if ( get_site_setting('facebook_url') )
  • @endif @if ( get_site_setting('twitter_url') )
  • @endif @if ( get_site_setting('instagram_url') )
  • @endif

Copyright © {{ date('Y') }} {{ __('All rights reserved.') }} Made by Onur Bozkurt