@if ( isset(Site::contact()->google_maps) && Site::contact()->google_maps != null )
{{ __('Neredeyiz?') }}
{!! Site::contact()->google_maps ?? '' !!}
@endif
{{ __('İletişim Bilgileri') }}
{{ __('Lütfen aşağıdaki iletişim bilgilerini bulun ve bugün bizimle iletişime geçin!') }}
@if ( isset(Site::contact()->contact_address) && Site::contact()->contact_address != null )
-
{{ Site::contact()->contact_address ?? '' }}
@endif
@if ( isset(Site::contact()->contact_phone) && Site::contact()->contact_phone != null )
-
{{ Site::contact()->contact_phone ?? '' }}
@endif
@if ( isset(Site::contact()->contact_email) && Site::contact()->contact_email != null )
-
{{ Site::contact()->contact_email ?? '' }}
@endif